Re: [f2fs-dev] [PATCH] f2fs: export gc_mode in debugfs

2023-04-13 Thread Yangtao Li via Linux-f2fs-devel
> What if some app/script is using gc_modeit breaks its use. Similar words, you said before. https://lore.kernel.org/lkml/cd6d15e3-b692-d3c1-0f01-33e632f5f...@kernel.org/ The instructions for these nodes are in the Documentation/ABI/testing/ directory, not the Documentation/ABI/stable direc

Re: [f2fs-dev] [PATCH] f2fs: export gc_mode in debugfs

2023-04-13 Thread Chao Yu
On 2023/4/13 0:50, Yangtao Li wrote: This patch exports gc_mode to debugfs. Since gc_urgent and gc_idle nodes can get gc mode, so remove gc_mode node. What if some app/script is using gc_modeit breaks its use. Thanks, Signed-off-by: Yangtao Li --- Documentation/ABI/testing/sysfs-fs-f

[f2fs-dev] [PATCH] f2fs: export gc_mode in debugfs

2023-04-12 Thread Yangtao Li via Linux-f2fs-devel
This patch exports gc_mode to debugfs. Since gc_urgent and gc_idle nodes can get gc mode, so remove gc_mode node. Signed-off-by: Yangtao Li --- Documentation/ABI/testing/sysfs-fs-f2fs | 6 -- fs/f2fs/debug.c | 13 - fs/f2fs/sysfs.c