ext4: don't check quota format when there are no quota files
commit279bf6d390933d5353ab298fcc306c391a961469
authorJan Kara <jack@suse.cz>
Thu, 18 Sep 2014 05:12:15 +0000 (18 01:12 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 18 Sep 2014 05:12:15 +0000 (18 01:12 -0400)
treee86bd5549afad4cdbdd8f6fa61d9e1e828f162a6
parent50849db32a9f529235a84bcc84a6b8e631b1d0ec
ext4: don't check quota format when there are no quota files

The check whether quota format is set even though there are no
quota files with journalled quota is pointless and it actually
makes it impossible to turn off journalled quotas (as there's
no way to unset journalled quota format). Just remove the check.

CC: stable@vger.kernel.org
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c