ext3: Don't check quota format when there are no quota files
authorJan Kara <jack@suse.cz>
Tue, 16 Sep 2014 20:23:10 +0000 (22:23 +0200)
committerZefan Li <lizefan@huawei.com>
Mon, 2 Feb 2015 09:05:00 +0000 (17:05 +0800)
commit67ff8829e6954ec9894f55db93bb6db297aaf1b7
treecd9b0614dfb907382e09b84eda05e0d116b23fb5
parent0169c97f99ba46668a0da5a650defa29c424b343
ext3: Don't check quota format when there are no quota files

commit 7938db449bbc55bbeb164bec7af406212e7e98f1 upstream.

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.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Zefan Li <lizefan@huawei.com>
fs/ext3/super.c