Re: [f2fs-dev] [PATCH 2/2] f2fs: handle decompress only post processing in softirq

2022-07-18 Thread Daeho Jeong via Linux-f2fs-devel
On Sat, Jul 16, 2022 at 8:22 PM Chao Yu wrote: > > On 2022/6/22 0:07, Jaegeuk Kim wrote: > > Can we do like this which has no functional change but refactored > > some functions? > > > > --- > > fs/f2fs/compress.c | 208 - > > fs/f2fs/data.c | 52

Re: [f2fs-dev] [PATCH] f2fs: fix error code in f2fs_ioc_start_atomic_write()

2022-05-11 Thread Daeho Jeong via Linux-f2fs-devel
Oh, right. Thanks~! On Wed, May 11, 2022 at 6:20 AM Dan Carpenter wrote: > > Return an error code if f2fs_iget() fails. Currently it returns > success. > > Fixes: 3d7ad9c30607 ("f2fs: change the current atomic write way") > Signed-off-by: Dan Carpenter > --- > fs/f2fs/file.c | 1 + > 1 file c

Re: [f2fs-dev] [PATCH] f2fs: make gc_urgent and gc_segment_mode sysfs node readable

2022-03-18 Thread Daeho Jeong via Linux-f2fs-devel
Plz, sorry, ignore this one. On Fri, Mar 18, 2022 at 12:10 PM Daeho Jeong wrote: > > From: Daeho Jeong > > Changed a way of showing values of them to use strings. > > Signed-off-by: Daeho Jeong > --- > fs/f2fs/sysfs.c | 17 - > 1 file changed, 16 insertions(+), 1 deletion(-) >