Re: [f2fs-dev] [PATCH] f2fs: allows setting compress option to files which marked with FI_MMAP_FILE

2023-05-29 Thread Chao Yu
On 2023/5/24 19:41, Qi Han wrote: Allow to compress mmap files in commit e3c548323d32 ("f2fs: let's allow compression for mmap files"). However, we cannot set the compress option to the mmap file. To keep the same concept in both compress_modes, f2fs_ioc_set_compress_option should also allow it.

[f2fs-dev] [PATCH] f2fs: allows setting compress option to files which marked with FI_MMAP_FILE

2023-05-24 Thread Qi Han via Linux-f2fs-devel
Allow to compress mmap files in commit e3c548323d32 ("f2fs: let's allow compression for mmap files"). However, we cannot set the compress option to the mmap file. To keep the same concept in both compress_modes, f2fs_ioc_set_compress_option should also allow it. Let's remove checking mmap files in