diff options
author | Jaegeuk Kim <jaegeuk@kernel.org> | 2024-02-06 22:21:00 +0300 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2024-02-20 22:08:57 +0300 |
commit | 87161a2b0aed9e9b614bbf6fe8697ad560ceb0cb (patch) | |
tree | 95301b236fd476c3c3c3a6ad98535d24d76f0222 /Documentation/filesystems | |
parent | 21ec68234826b1b54ab980a8df6e33c74cfbee58 (diff) | |
download | linux-87161a2b0aed9e9b614bbf6fe8697ad560ceb0cb.tar.xz |
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.rst | 2 |
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. |