aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorChao Yu <chao@kernel.org>2021-08-06 10:45:20 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2021-08-17 11:59:05 -0700
commitb96d9b3b09f0427b289332c6f6bfbf747a19b654 (patch)
treefa439d59107908ef4f6b7b146e9f1e312b441728 /Documentation/filesystems
parentf2fs: support fault injection for f2fs_kmem_cache_alloc() (diff)
downloadlinux-dev-b96d9b3b09f0427b289332c6f6bfbf747a19b654.tar.xz
linux-dev-b96d9b3b09f0427b289332c6f6bfbf747a19b654.zip
f2fs: fix to keep compatibility of fault injection interface
The value of FAULT_* macros and its description in f2fs.rst became inconsistent, fix this to keep compatibility of fault injection interface. Fixes: 67883ade7a98 ("f2fs: remove FAULT_ALLOC_BIO") 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.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/filesystems/f2fs.rst b/Documentation/filesystems/f2fs.rst
index 21d40e3cfd7a..09de6ebbbdfa 100644
--- a/Documentation/filesystems/f2fs.rst
+++ b/Documentation/filesystems/f2fs.rst
@@ -185,6 +185,7 @@ fault_type=%d Support configuring fault injection type, should be
FAULT_KVMALLOC 0x000000002
FAULT_PAGE_ALLOC 0x000000004
FAULT_PAGE_GET 0x000000008
+ FAULT_ALLOC_BIO 0x000000010 (obsolete)
FAULT_ALLOC_NID 0x000000020
FAULT_ORPHAN 0x000000040
FAULT_BLOCK 0x000000080