Re: [PATCH] quota: avoid increasing DQST_LOOKUPS when iterating over dirty/inuse list

2019-10-07 Thread Jan Kara
On Thu 26-09-19 16:34:08, Chengguang Xu wrote: > It is meaningless to increase DQST_LOOKUPS number while iterating > over dirty/inuse list, so just avoid it. > > Signed-off-by: Chengguang Xu Yeah, makes sense. I've queued up your patch. Thanks!

[PATCH] quota: avoid increasing DQST_LOOKUPS when iterating over dirty/inuse list

2019-09-26 Thread Chengguang Xu
It is meaningless to increase DQST_LOOKUPS number while iterating over dirty/inuse list, so just avoid it. Signed-off-by: Chengguang Xu --- fs/quota/dquot.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fs/quota/dquot.c b/fs/quota/dquot.c index 6e826b454082..00a3c6df2ea3 100644 --- a/fs/q