diff options
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index fb21663ffe54..02b22885eb02 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h | |||
@@ -1343,8 +1343,6 @@ extern void ext4_mb_free_blocks(handle_t *, struct inode *, | |||
1343 | ext4_fsblk_t, unsigned long, int, unsigned long *); | 1343 | ext4_fsblk_t, unsigned long, int, unsigned long *); |
1344 | extern int ext4_mb_add_groupinfo(struct super_block *sb, | 1344 | extern int ext4_mb_add_groupinfo(struct super_block *sb, |
1345 | ext4_group_t i, struct ext4_group_desc *desc); | 1345 | ext4_group_t i, struct ext4_group_desc *desc); |
1346 | extern void ext4_mb_update_group_info(struct ext4_group_info *grp, | ||
1347 | ext4_grpblk_t add); | ||
1348 | extern int ext4_mb_get_buddy_cache_lock(struct super_block *, ext4_group_t); | 1346 | extern int ext4_mb_get_buddy_cache_lock(struct super_block *, ext4_group_t); |
1349 | extern void ext4_mb_put_buddy_cache_lock(struct super_block *, | 1347 | extern void ext4_mb_put_buddy_cache_lock(struct super_block *, |
1350 | ext4_group_t, int); | 1348 | ext4_group_t, int); |