I have mounted a F2FS image with several mount options. When I try to perform any file operations on the mount point, the kernel hangs. The process even cannot be killed. I am wondering whether there is a bug in the file system? The image is provided at (https://drive.google.com/file/d/1EwbxTExo7lsNgGKRpK-CP3ccIkFJe4kg/view?usp=sharing). This issue can be reproduced by running the following commands: losetup /dev/loop0 case.img mount -o "disable_ext_identify,inline_data,nobarrier,extent_cache,grpquota,fsync_mode=nobarrier,test_dummy_encryption" /dev/loop0 /mnt/test/ cd /mnt/test/ touch test
This bug has been fixed :) Thank you for your prompt reply!
https://lore.kernel.org/linux-f2fs-devel/20220429204631.7241-1-chao@kernel.org/T/#u