Re: [f2fs-dev] [PATCH] f2fs: sysfs: support atgc_enabled

2024-07-28 Thread Chao Yu
On 2024/7/27 11:25, Jaegeuk Kim wrote: On 07/26, Chao Yu wrote: On 2024/2/21 15:32, liujinbao1 wrote: From: liujinbao1 When we add "atgc" to the fstab table, ATGC is not immediately enabled. There is a 7-day time threshold, and we can use "atgc_enabled" to show whether ATGC is enabled. Oh,

Re: [f2fs-dev] [PATCH] f2fs: sysfs: support atgc_enabled

2024-07-26 Thread Jaegeuk Kim
On 07/26, Chao Yu wrote: > On 2024/2/21 15:32, liujinbao1 wrote: > > From: liujinbao1 > > > > When we add "atgc" to the fstab table, ATGC is not immediately enabled. > > There is a 7-day time threshold, and we can use "atgc_enabled" to > > show whether ATGC is enabled. > > Oh, I missed to reply

Re: [f2fs-dev] [PATCH] f2fs: sysfs: support atgc_enabled

2024-07-25 Thread Chao Yu
On 2024/2/21 15:32, liujinbao1 wrote: From: liujinbao1 When we add "atgc" to the fstab table, ATGC is not immediately enabled. There is a 7-day time threshold, and we can use "atgc_enabled" to show whether ATGC is enabled. Oh, I missed to reply on this patch, what about adding this readonly a

[f2fs-dev] [PATCH] f2fs: sysfs: support atgc_enabled

2024-02-20 Thread liujinbao1
From: liujinbao1 When we add "atgc" to the fstab table, ATGC is not immediately enabled. There is a 7-day time threshold, and we can use "atgc_enabled" to show whether ATGC is enabled. Signed-off-by: liujinbao1 --- Documentation/ABI/testing/sysfs-fs-f2fs | 6 ++ fs/f2fs/sysfs.c