Re: [PATCH] f2fs: allow set compression option of files without blocks

From: Chao Yu
Date: Sun Jan 29 2023 - 05:03:12 EST


On 2023/1/23 17:46, Yangtao Li wrote:
Files created by truncate have a size but no blocks, so
they can be allowed to set compression option.

Fixes: e1e8debec656 ("f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctl")
Signed-off-by: Yangtao Li <frank.li@xxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,