commit | 5762a21a5e1a7d4f0955bcdaee27d386475b1eac | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Sep 16 22:23:10 2014 +0200 |
committer | chrmhoffmann <chrmhoffmann@gmail.com> | Sun Apr 05 10:20:53 2020 +0200 |
tree | b64ba319652054761ce88c013145ca89fb0c5160 | |
parent | 709c0985160801dcf50c7926f61ba6f764e92d0b [diff] |
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>