diff options
author | Mingming Cao <cmm@us.ibm.com> | 2008-04-17 10:38:59 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-04-17 10:38:59 -0400 |
commit | 14499f3592f3f52ceb7a639466de9ca21e2c1914 (patch) | |
tree | fd74f2164099be316b30defb6170e2ef9e4fb360 /fs/ext4 | |
parent | a871611b474bfcdee422c0cf5d16f509dce096f5 (diff) | |
download | linux-14499f3592f3f52ceb7a639466de9ca21e2c1914.tar.gz linux-14499f3592f3f52ceb7a639466de9ca21e2c1914.tar.bz2 linux-14499f3592f3f52ceb7a639466de9ca21e2c1914.zip |
ext4: remove extra define of ext4_new_blocks_old from mballoc.c
The function prototype of ext4_new_blocks_old() is defined in ext4_fs.h,
so we don't need the extra function prototype in mballoc.c
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4')
-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); static struct proc_dir_entry *proc_root_ext4; struct buffer_head *read_block_bitmap(struct super_block *, ext4_group_t); -ext4_fsblk_t ext4_new_blocks_old(handle_t *handle, struct inode *inode, - ext4_fsblk_t goal, unsigned long *count, int *errp); static void ext4_mb_generate_from_pa(struct super_block *sb, void *bitmap, ext4_group_t group); |