diff options
author | Jaegeuk Kim <jaegeuk@kernel.org> | 2021-01-15 00:59:09 +0300 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2021-01-28 02:20:07 +0300 |
commit | d5f7bc0064e0541164bd3deeafad16bbb5992433 (patch) | |
tree | 16eaafce6f1cc4277941e090207967a8513345ea /fs/f2fs/Kconfig | |
parent | 12699fb781574d50871ec6a4d96ac5e0f0ede03e (diff) | |
download | linux-d5f7bc0064e0541164bd3deeafad16bbb5992433.tar.xz |
f2fs: deprecate f2fs_trace_io
This patch deprecates f2fs_trace_io, since f2fs uses page->private more broadly,
resulting in more buggy cases.
Acked-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/Kconfig')
-rw-r--r-- | fs/f2fs/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/fs/f2fs/Kconfig b/fs/f2fs/Kconfig index 63c1fc1a0e3b..62e638a49bbf 100644 --- a/fs/f2fs/Kconfig +++ b/fs/f2fs/Kconfig @@ -76,16 +76,6 @@ config F2FS_CHECK_FS If you want to improve the performance, say N. -config F2FS_IO_TRACE - bool "F2FS IO tracer" - depends on F2FS_FS - depends on FUNCTION_TRACER - help - F2FS IO trace is based on a function trace, which gathers process - information and block IO patterns in the filesystem level. - - If unsure, say N. - config F2FS_FAULT_INJECTION bool "F2FS fault injection facility" depends on F2FS_FS |