Re: [PATCH] fs: amend SLAB_RECLAIM_ACCOUNT on gfs2_quotad_cachep

2021-01-04 Thread Bob Peterson
- Original Message - > From: Zhaoyang Huang > > As gfs2_quotad_cachep has registered the shrinker, amending > SLAB_RECLAIM_ACCOUNT when create gfs2_quotad_cachep, which > make the slab acount to be presiced. > > Signed-off-by: Zhaoyang Huang > --- > fs/gfs2/main.c | 2 +- > 1 file

[PATCH] fs: amend SLAB_RECLAIM_ACCOUNT on gfs2_quotad_cachep

2020-12-27 Thread Huangzhaoyang
From: Zhaoyang Huang As gfs2_quotad_cachep has registered the shrinker, amending SLAB_RECLAIM_ACCOUNT when create gfs2_quotad_cachep, which make the slab acount to be presiced. Signed-off-by: Zhaoyang Huang --- fs/gfs2/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git