Re: [f2fs-dev] [PATCH v5 07/45] f2fs: dynamically allocate the f2fs-shrinker

2023-08-24 Thread Chao Yu
On 2023/8/24 11:42, Qi Zheng wrote: Use new APIs to dynamically allocate the f2fs-shrinker. Signed-off-by: Qi Zheng Reviewed-by: Muchun Song CC: Jaegeuk Kim CC: Chao Yu CC: linux-f2fs-devel@lists.sourceforge.net Reviewed-by: Chao Yu Thanks, _

[f2fs-dev] [PATCH v5 07/45] f2fs: dynamically allocate the f2fs-shrinker

2023-08-23 Thread Qi Zheng via Linux-f2fs-devel
Use new APIs to dynamically allocate the f2fs-shrinker. Signed-off-by: Qi Zheng Reviewed-by: Muchun Song CC: Jaegeuk Kim CC: Chao Yu CC: linux-f2fs-devel@lists.sourceforge.net --- fs/f2fs/super.c | 32 1 file changed, 24 insertions(+), 8 deletions(-) diff --g