Re: [PATCH] erofs: add sysfs node to drop all compression-related caches

2024-11-12 Thread kernel test robot
e: https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git dev-test patch link: https://lore.kernel.org/r/20241112091403.586545-1-guochunhai%40vivo.com patch subject: [PATCH] erofs: add sysfs node to drop all compression-related caches config: i386-randconfig-003-20241112 (https://download.01.o

Re: [PATCH] erofs: add sysfs node to drop all compression-related caches

2024-11-12 Thread kernel test robot
e: https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git dev-test patch link: https://lore.kernel.org/r/20241112091403.586545-1-guochunhai%40vivo.com patch subject: [PATCH] erofs: add sysfs node to drop all compression-related caches config: x86_64-randconfig-161-20241112 (https://download.01.o

Re: [PATCH] erofs: add sysfs node to drop all compression-related caches

2024-11-12 Thread Gao Xiang
Hi Chunhai, On 2024/11/12 17:14, Chunhai Guo wrote: Add a sysfs node to drop all compression-related caches, including pclusters and attached compressed pages. subject: erofs: add sysfs node to drop internal caches Add a sysfs node to drop compression-related caches, currently used to drop in

[PATCH] erofs: add sysfs node to drop all compression-related caches

2024-11-12 Thread Chunhai Guo via Linux-erofs
Add a sysfs node to drop all compression-related caches, including pclusters and attached compressed pages. Signed-off-by: Chunhai Guo --- Documentation/ABI/testing/sysfs-fs-erofs | 7 +++ fs/erofs/sysfs.c | 11 +++ 2 files changed, 18 insertions(+) diff --g