ext4: kill ext4_mballoc_ready
authorAndreas Gruenbacher <agruenba@redhat.com>
Tue, 23 Feb 2016 03:41:05 +0000 (22:41 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 23 Feb 2016 03:41:05 +0000 (22:41 -0500)
commit2335d05f3a83f5290ec28c1ed30c1c742a37edc9
tree5f2add503449ccbb9c955b7855d605f22b3a7e29
parent7a2508e1b657cfc7e1371550f88c7a7bc4288f32
ext4: kill ext4_mballoc_ready

This variable, introduced in commit 9c191f70, is unnecessary: it is set
once the module has been initialized correctly, and ext4_fill_super
cannot run unless the module has been initialized correctly.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c