答复: [PATCH] fs/xfs: fix f_ffree value for statfs when project quota is set(Internet mail)

2018-11-22 Thread
-235M235M- / So I want to fix this flaw, and this is very meaningful for our applications. Ye > > On Thu, Nov 22, 2018 at 01:28:04PM +, dbyin(尹烨) wrote: > > When project is set, we should use inode limit minus the used count > > > > Signed-off-by: Ye Yin >

[PATCH] fs/xfs: fix f_ffree value for statfs when project quota is set

2018-11-22 Thread
When project is set, we should use inode limit minus the used count Signed-off-by: Ye Yin --- fs/xfs/xfs_qm_bhv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/xfs/xfs_qm_bhv.c b/fs/xfs/xfs_qm_bhv.c index 73a1d77ec187..3091e4bc04ef 100644 --- a/fs/xfs/xfs_qm_bhv.c +++ b/