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

From: Chao Yu
Date: Sat Jun 24 2023 - 22:49:35 EST


On 2023/6/24 3:15, Jaegeuk Kim wrote:
Let's compress tmp files for the given extension list.

This patch does not change the previous behavior, but allow the cases as below.

Extention example: "ext"

- abc.ext : allow
- abc.ext.abc : allow
- abc.extm : not allow

Signed-off-by: Jaegeuk Kim <jaegeuk@xxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,