Searched hist:"95 f1fda47c9d8738f858c3861add7bf0a36a7c0b" (Results 1 – 1 of 1) sorted by relevance
/linux/fs/ext4/ |
H A D | super.c | diff 95f1fda47c9d8738f858c3861add7bf0a36a7c0b Thu Aug 24 21:21:50 CEST 2017 zhangyi (F) <yi.zhang@huawei.com> 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+
|