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)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 14 Dec 2014 16:23:49 +0000 (16:23 +0000)
commit817d49f149c25456be53371cd9386e70a08869e4
tree516973c70f6058c97a3dea3e49b42f4105073889
parentbfe9c9984fa995f4671ad4ea0cc994271b6d1bc5
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: Ben Hutchings <ben@decadent.org.uk>
fs/ext3/super.c