diff options
author | Chao Yu <chao@kernel.org> | 2024-02-22 13:18:51 +0100 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2024-02-29 17:34:34 +0100 |
commit | 8b10d3653735e117bc1954ade80d75ad7b46b801 (patch) | |
tree | 1a10c5b7bfab11d04f5da5995e77f5c0a5fff218 /Documentation/ABI/testing/sysfs-fs-f2fs | |
parent | f2fs: compress: fix to check compress flag w/ .i_sem lock (diff) | |
download | linux-8b10d3653735e117bc1954ade80d75ad7b46b801.tar.xz linux-8b10d3653735e117bc1954ade80d75ad7b46b801.zip |
f2fs: introduce FAULT_NO_SEGMENT
Use it to simulate no free segment case during block allocation.
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-fs-f2fs')
-rw-r--r-- | Documentation/ABI/testing/sysfs-fs-f2fs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-fs-f2fs b/Documentation/ABI/testing/sysfs-fs-f2fs index 22d070c0de40..1a4d83953379 100644 --- a/Documentation/ABI/testing/sysfs-fs-f2fs +++ b/Documentation/ABI/testing/sysfs-fs-f2fs @@ -724,6 +724,7 @@ Description: Support configuring fault injection type, should be FAULT_LOCK_OP 0x000020000 FAULT_BLKADDR_VALIDITY 0x000040000 FAULT_BLKADDR_CONSISTENCE 0x000080000 + FAULT_NO_SEGMENT 0x000100000 =========================== =========== What: /sys/fs/f2fs/<disk>/discard_io_aware_gran |