diff options
Diffstat (limited to 'fs/ext3/super.c')
-rw-r--r-- | fs/ext3/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext3/super.c b/fs/ext3/super.c index e0fc0c83be90..94113500fc55 100644 --- a/fs/ext3/super.c +++ b/fs/ext3/super.c | |||
@@ -1841,7 +1841,7 @@ static journal_t *ext3_get_dev_journal(struct super_block *sb, | |||
1841 | struct buffer_head * bh; | 1841 | struct buffer_head * bh; |
1842 | journal_t *journal; | 1842 | journal_t *journal; |
1843 | int start; | 1843 | int start; |
1844 | int len; | 1844 | ext3_fsblk_t len; |
1845 | int hblock, blocksize; | 1845 | int hblock, blocksize; |
1846 | unsigned long sb_block; | 1846 | unsigned long sb_block; |
1847 | unsigned long offset; | 1847 | unsigned long offset; |