]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerJiri Slaby <jslaby@suse.cz>
Thu, 13 Nov 2014 18:02:59 +0000 (19:02 +0100)
commit5cc34e7c722026c0460c003aed940713e726c03c
tree7e97a494d8ac9bff0c4a579573e5c5d93831173e
parent613a5ea57f0ed08228311a46b84155986949c7d4
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: Jiri Slaby <jslaby@suse.cz>
fs/ext3/super.c