diff options
Diffstat (limited to 'fs/ocfs2/journal.h')
-rw-r--r-- | fs/ocfs2/journal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ocfs2/journal.h b/fs/ocfs2/journal.h index 0b479bab3671..9ff4e8cf9d97 100644 --- a/fs/ocfs2/journal.h +++ b/fs/ocfs2/journal.h | |||
@@ -524,8 +524,7 @@ static inline int ocfs2_calc_dxi_expand_credits(struct super_block *sb) | |||
524 | * the result may be wrong. | 524 | * the result may be wrong. |
525 | */ | 525 | */ |
526 | static inline int ocfs2_calc_extend_credits(struct super_block *sb, | 526 | static inline int ocfs2_calc_extend_credits(struct super_block *sb, |
527 | struct ocfs2_extent_list *root_el, | 527 | struct ocfs2_extent_list *root_el) |
528 | u32 bits_wanted) | ||
529 | { | 528 | { |
530 | int bitmap_blocks, sysfile_bitmap_blocks, extent_blocks; | 529 | int bitmap_blocks, sysfile_bitmap_blocks, extent_blocks; |
531 | 530 | ||