f2fs: introduce FAULT_VMALLOC
authorChao Yu <chao@kernel.org>
Tue, 13 May 2025 05:57:21 +0000 (13:57 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 27 May 2025 23:52:36 +0000 (23:52 +0000)
commit54ca9be0bc589a0e45959ba73c76cf3f65110c63
tree6954709af700a39b97be216bd47457110e8f0f01
parent70dd07c888451503c3e93b6821e10d1ea1ec9930
f2fs: introduce FAULT_VMALLOC

Introduce a new fault type FAULT_VMALLOC to simulate no memory error in
f2fs_vmalloc().

Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Documentation/ABI/testing/sysfs-fs-f2fs
Documentation/filesystems/f2fs.rst
fs/f2fs/compress.c
fs/f2fs/f2fs.h
fs/f2fs/super.c