Re: [f2fs-dev] [PATCH v3] f2fs: fix to avoid mmap vs set_compress_option case

2023-07-17 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Thu, 6 Jul 2023 10:06:14 +0800 you wrote: > Compression option in inode should not be changed after they have > been used, however, it may happen in below race case: > > Thread A Thread B >

[f2fs-dev] [PATCH v3] f2fs: fix to avoid mmap vs set_compress_option case

2023-07-05 Thread Chao Yu
Compression option in inode should not be changed after they have been used, however, it may happen in below race case: Thread AThread B - f2fs_ioc_set_compress_option - check f2fs_is_mmap_file() - check get_dirty_pages() - check F2FS_HAS_BLOCKS()