diff options
| author | Chao Yu <chao@kernel.org> | 2025-03-05 17:11:48 +0800 |
|---|---|---|
| committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2025-03-11 03:25:53 +0000 |
| commit | 1788971e0bfae0911e356ba7f8a517d659d6709d (patch) | |
| tree | 004231de72d1408bd53ede1109abe16a80a3d1a2 /Documentation/filesystems | |
| parent | f2fs: do sanity check on xattr node footer in f2fs_get_xnode_page() (diff) | |
| download | linux-1788971e0bfae0911e356ba7f8a517d659d6709d.tar.gz linux-1788971e0bfae0911e356ba7f8a517d659d6709d.zip | |
f2fs: introduce FAULT_INCONSISTENT_FOOTER
To simulate inconsistent node footer error.
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'Documentation/filesystems')
| -rw-r--r-- | Documentation/filesystems/f2fs.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/filesystems/f2fs.rst b/Documentation/filesystems/f2fs.rst index aad08eff0502..e15c4275862a 100644 --- a/Documentation/filesystems/f2fs.rst +++ b/Documentation/filesystems/f2fs.rst @@ -206,6 +206,7 @@ fault_type=%d Support configuring fault injection type, should be FAULT_BLKADDR_VALIDITY 0x000040000 FAULT_BLKADDR_CONSISTENCE 0x000080000 FAULT_NO_SEGMENT 0x000100000 + FAULT_INCONSISTENT_FOOTER 0x000200000 =========================== =========== mode=%s Control block allocation mode which supports "adaptive" and "lfs". In "lfs" mode, there should be no random |
