ext4: remove extra define of ext4_new_blocks_old from mballoc.c
authorMingming Cao <cmm@us.ibm.com>
Thu, 17 Apr 2008 14:38:59 +0000 (10:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 17 Apr 2008 14:38:59 +0000 (10:38 -0400)
commit14499f3592f3f52ceb7a639466de9ca21e2c1914
treefd74f2164099be316b30defb6170e2ef9e4fb360
parenta871611b474bfcdee422c0cf5d16f509dce096f5
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>
fs/ext4/mballoc.c