]> 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)
committerJiri Slaby <jslaby@suse.cz>
Thu, 13 Nov 2014 18:02:33 +0000 (19:02 +0100)
commit0dce193f3456fe009fc3c588f4ac39f33446df61
tree1da31fdc9697808f2b21dae3214f66428140f705
parent2d550cd1fcb6816e8f41c46f19802d57daa9762f
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: Jiri Slaby <jslaby@suse.cz>
fs/ext4/super.c