]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ext4: fix quota inconsistency during orphan cleanup for read-only mounts
authorzhangyi (F) <yi.zhang@huawei.com>
Thu, 24 Aug 2017 19:21:50 +0000 (15:21 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 24 Aug 2017 19:21:50 +0000 (15:21 -0400)
commit95f1fda47c9d8738f858c3861add7bf0a36a7c0b
tree5caf8b34eb86708407ccbcf9ce62956500dac958
parentb0a5a9589decd07db755d6a8d9c0910d96ff7992
ext4: fix quota inconsistency during orphan cleanup for read-only mounts

Quota does not get enabled for read-only mounts if filesystem
has quota feature, so that quotas cannot updated during orphan
cleanup, which will lead to quota inconsistency.

This patch turn on quotas during orphan cleanup for this case,
make sure quotas can be updated correctly.

Reported-by: Jan Kara <jack@suse.cz>
Signed-off-by: zhangyi (F) <yi.zhang@huawei.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>
Cc: stable@vger.kernel.org # 3.18+
fs/ext4/super.c