summaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.c
diff options
context:
space:
mode:
authorAkira Fujita2012-05-28 20:19:25 +0200
committerTheodore Ts'o2012-05-28 20:19:25 +0200
commit9d99012ff26380a09092a9fddbb6e5f996dc631f (patch)
tree8feeb9279c718d176fd7cb54594e5226da099fda /fs/ext4/mballoc.c
parentext4: force ro mount if ext4_setup_super() fails (diff)
downloadkernel-qcow2-linux-9d99012ff26380a09092a9fddbb6e5f996dc631f.tar.gz
kernel-qcow2-linux-9d99012ff26380a09092a9fddbb6e5f996dc631f.tar.xz
kernel-qcow2-linux-9d99012ff26380a09092a9fddbb6e5f996dc631f.zip
ext4: remove needs_recovery in ext4_mb_init()
needs_recovery in ext4_mb_init() is not used, remove it. Signed-off-by: Akira Fujita <a-fujita@rs.jp.ne.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/mballoc.c')
-rw-r--r--fs/ext4/mballoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
index ccb9c2f527d5..45cb31e8dd27 100644
--- a/fs/ext4/mballoc.c
+++ b/fs/ext4/mballoc.c
@@ -2375,7 +2375,7 @@ static int ext4_groupinfo_create_slab(size_t size)
return 0;
}
-int ext4_mb_init(struct super_block *sb, int needs_recovery)
+int ext4_mb_init(struct super_block *sb)
{
struct ext4_sb_info *sbi = EXT4_SB(sb);
unsigned i, j;