commit | 2335d05f3a83f5290ec28c1ed30c1c742a37edc9 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Mon Feb 22 22:41:05 2016 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Feb 22 22:41:05 2016 -0500 |
tree | 5f2add503449ccbb9c955b7855d605f22b3a7e29 | |
parent | 7a2508e1b657cfc7e1371550f88c7a7bc4288f32 [diff] |
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>