aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2024-02-06 11:21:00 -0800
committerJaegeuk Kim <jaegeuk@kernel.org>2024-02-20 11:08:57 -0800
commit87161a2b0aed9e9b614bbf6fe8697ad560ceb0cb (patch)
tree95301b236fd476c3c3c3a6ad98535d24d76f0222 /Documentation/filesystems
parentf2fs: fix to avoid potential panic during recovery (diff)
downloadwireguard-linux-87161a2b0aed9e9b614bbf6fe8697ad560ceb0cb.tar.xz
wireguard-linux-87161a2b0aed9e9b614bbf6fe8697ad560ceb0cb.zip
f2fs: deprecate io_bits
Let's deprecate an unused io_bits feature to save CPU cycles and memory. Reviewed-by: Daeho Jeong <daehojeong@google.com> Reviewed-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.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/filesystems/f2fs.rst b/Documentation/filesystems/f2fs.rst
index 32cbfa864f38..9ac5083dae8e 100644
--- a/Documentation/filesystems/f2fs.rst
+++ b/Documentation/filesystems/f2fs.rst
@@ -229,8 +229,6 @@ mode=%s Control block allocation mode which supports "adaptive"
option for more randomness.
Please, use these options for your experiments and we strongly
recommend to re-format the filesystem after using these options.
-io_bits=%u Set the bit size of write IO requests. It should be set
- with "mode=lfs".
usrquota Enable plain user disk quota accounting.
grpquota Enable plain group disk quota accounting.
prjquota Enable plain project quota accounting.