]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ext4: don't check quota format when there are no quota files
authorJan Kara <jack@suse.cz>
Thu, 18 Sep 2014 05:12:15 +0000 (01:12 -0400)
committerZefan Li <lizefan@huawei.com>
Mon, 2 Feb 2015 09:04:51 +0000 (17:04 +0800)
commita38c4d8a974e03044f208dfdf09a5a5d55d1dd4d
tree00cc656464e1dd15af4388f85a74ab996a1a60e2
parentb0fea9c1a057c4e4d30046b26a9309366aaf1ad6
ext4: don't check quota format when there are no quota files

commit 279bf6d390933d5353ab298fcc306c391a961469 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: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Zefan Li <lizefan@huawei.com>
fs/ext4/super.c