Re: [f2fs-dev] [PATCH] f2fs: quota: remove journalled project quota

2018-07-26 Thread Sheng Yong
Hi, Chao On 2018/7/26 19:38, Chao Yu wrote: On 2018/7/26 19:25, Sheng Yong wrote: Quota sysfiles are already using journalled method to save quota value. And non-journalled project quota is not supported by userspace tools. So there is no need to implement journalled project quota. Well,

Re: [f2fs-dev] [PATCH] f2fs: quota: remove journalled project quota

2018-07-26 Thread Chao Yu
On 2018/7/26 19:25, Sheng Yong wrote: > Quota sysfiles are already using journalled method to save quota value. > And non-journalled project quota is not supported by userspace tools. So > there is no need to implement journalled project quota. Well, when quota_ino is not supported yet, I wrote

[f2fs-dev] [PATCH] f2fs: quota: remove journalled project quota

2018-07-26 Thread Sheng Yong
Quota sysfiles are already using journalled method to save quota value. And non-journalled project quota is not supported by userspace tools. So there is no need to implement journalled project quota. Signed-off-by: Sheng Yong --- Documentation/filesystems/f2fs.txt | 2 -- fs/f2fs/super.c