Re: [f2fs-dev] [PATCH] f2fs: compress tmp files given extension

2023-06-12 Thread Chao Yu
On 2023/6/12 23:36, Jaegeuk Kim wrote: On 06/12, Chao Yu wrote: On 2023/6/7 4:36, Jaegeuk Kim wrote: Let's compress tmp files for the given extension list. Could you please check below commit? IIRC, it was introduce to avoid compressing file which has unpredictable tmp file, e.g. foo.sox.

Re: [f2fs-dev] [PATCH] f2fs: compress tmp files given extension

2023-06-12 Thread Jaegeuk Kim
On 06/12, Chao Yu wrote: > On 2023/6/7 4:36, Jaegeuk Kim wrote: > > Let's compress tmp files for the given extension list. > > Could you please check below commit? IIRC, it was introduce to avoid > compressing > file which has unpredictable tmp file, e.g. foo.sox. > > Could you please describe

Re: [f2fs-dev] [PATCH] f2fs: compress tmp files given extension

2023-06-12 Thread Chao Yu
On 2023/6/7 4:36, Jaegeuk Kim wrote: Let's compress tmp files for the given extension list. Could you please check below commit? IIRC, it was introduce to avoid compressing file which has unpredictable tmp file, e.g. foo.sox. Could you please describe the case you encounter? commit

[f2fs-dev] [PATCH] f2fs: compress tmp files given extension

2023-06-06 Thread Jaegeuk Kim
Let's compress tmp files for the given extension list. Signed-off-by: Jaegeuk Kim --- fs/f2fs/namei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/namei.c b/fs/f2fs/namei.c index 3e35eb7dbb8f..cdc94c8e60f7 100644 --- a/fs/f2fs/namei.c +++ b/fs/f2fs/namei.c @@