diff options
Diffstat (limited to 'fs/ext4/mballoc.c')
-rw-r--r-- | fs/ext4/mballoc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c index 4865d318d7e1..d9136b539c1e 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c | |||
@@ -576,8 +576,6 @@ static void ext4_mb_store_history(struct ext4_allocation_context *ac); | |||
576 | 576 | ||
577 | static struct proc_dir_entry *proc_root_ext4; | 577 | static struct proc_dir_entry *proc_root_ext4; |
578 | struct buffer_head *read_block_bitmap(struct super_block *, ext4_group_t); | 578 | struct buffer_head *read_block_bitmap(struct super_block *, ext4_group_t); |
579 | ext4_fsblk_t ext4_new_blocks_old(handle_t *handle, struct inode *inode, | ||
580 | ext4_fsblk_t goal, unsigned long *count, int *errp); | ||
581 | 579 | ||
582 | static void ext4_mb_generate_from_pa(struct super_block *sb, void *bitmap, | 580 | static void ext4_mb_generate_from_pa(struct super_block *sb, void *bitmap, |
583 | ext4_group_t group); | 581 | ext4_group_t group); |