Re: [PATCH] fs/quota: update quota state flags scheme with project quota flags

2020-10-19 Thread Jan Kara
On Sun 18-10-20 05:56:54, Roman Anufriev wrote: > Current quota state flags scheme doesn't include project quota and thus > shows all flags after DQUOT_USAGE_ENABLED wrong. Fix this and also add > DQUOT_NOLIST_DIRTY to the scheme. > > Signed-off-by: Roman Anufriev Thanks. I've added the patch to

[PATCH] fs/quota: update quota state flags scheme with project quota flags

2020-10-17 Thread Roman Anufriev
Current quota state flags scheme doesn't include project quota and thus shows all flags after DQUOT_USAGE_ENABLED wrong. Fix this and also add DQUOT_NOLIST_DIRTY to the scheme. Signed-off-by: Roman Anufriev --- include/linux/quota.h | 15 --- 1 file changed, 8 insertions(+), 7 deleti