diff options
author | Mingming Cao <cmm@us.ibm.com> | 2006-10-11 04:21:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-11 14:14:17 -0400 |
commit | 299717696d48531d70aeb4614c3939e4a28456c1 (patch) | |
tree | d63c05b0192e480917c48126b2ac7c0f74d08018 /include/linux/ext4_jbd2.h | |
parent | b517bea1c74e4773482b3f41b3f493522a8c8e30 (diff) |
[PATCH] jbd2: sector_t conversion
JBD layer in-kernel block varibles type fixes to support >32 bit block number
and convert to sector_t type.
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/ext4_jbd2.h')
-rw-r--r-- | include/linux/ext4_jbd2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ext4_jbd2.h b/include/linux/ext4_jbd2.h index f69af60d7692..72dd631912e4 100644 --- a/include/linux/ext4_jbd2.h +++ b/include/linux/ext4_jbd2.h | |||
@@ -154,7 +154,7 @@ __ext4_journal_forget(const char *where, handle_t *handle, struct buffer_head *b | |||
154 | 154 | ||
155 | static inline int | 155 | static inline int |
156 | __ext4_journal_revoke(const char *where, handle_t *handle, | 156 | __ext4_journal_revoke(const char *where, handle_t *handle, |
157 | unsigned long blocknr, struct buffer_head *bh) | 157 | ext4_fsblk_t blocknr, struct buffer_head *bh) |
158 | { | 158 | { |
159 | int err = jbd2_journal_revoke(handle, blocknr, bh); | 159 | int err = jbd2_journal_revoke(handle, blocknr, bh); |
160 | if (err) | 160 | if (err) |