diff options
Diffstat (limited to 'include/linux/reiserfs_fs.h')
-rw-r--r-- | include/linux/reiserfs_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/reiserfs_fs.h b/include/linux/reiserfs_fs.h index 422eab4958a6..8e7eff2cd0ab 100644 --- a/include/linux/reiserfs_fs.h +++ b/include/linux/reiserfs_fs.h | |||
@@ -287,7 +287,7 @@ static inline struct reiserfs_sb_info *REISERFS_SB(const struct super_block *sb) | |||
287 | 287 | ||
288 | /* Don't trust REISERFS_SB(sb)->s_bmap_nr, it's a u16 | 288 | /* Don't trust REISERFS_SB(sb)->s_bmap_nr, it's a u16 |
289 | * which overflows on large file systems. */ | 289 | * which overflows on large file systems. */ |
290 | static inline u32 reiserfs_bmap_count(struct super_block *sb) | 290 | static inline __u32 reiserfs_bmap_count(struct super_block *sb) |
291 | { | 291 | { |
292 | return (SB_BLOCK_COUNT(sb) - 1) / (sb->s_blocksize * 8) + 1; | 292 | return (SB_BLOCK_COUNT(sb) - 1) / (sb->s_blocksize * 8) + 1; |
293 | } | 293 | } |