Re: [f2fs-dev] [PATCH 1/3] f2fs: quota: do not mount as RDWR without QUOTA if quota feature enabled

2018-07-25 Thread Chao Yu
On 2018/7/24 20:17, Sheng Yong wrote: > If quota feature is enabled, quota is on by default. However, if > CONFIG_QUOTA is not built in kernel, dquot entries will not get updated, > which leads to quota inconsistency. > > Signed-off-by: Sheng Yong Reviewed-by: Chao Yu Thanks,

[f2fs-dev] [PATCH 1/3] f2fs: quota: do not mount as RDWR without QUOTA if quota feature enabled

2018-07-24 Thread Sheng Yong
If quota feature is enabled, quota is on by default. However, if CONFIG_QUOTA is not built in kernel, dquot entries will not get updated, which leads to quota inconsistency. Signed-off-by: Sheng Yong --- fs/f2fs/super.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff