diff options
author | Jaegeuk Kim <jaegeuk@kernel.org> | 2024-02-20 21:48:44 +0100 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2024-02-27 18:41:15 +0100 |
commit | 4e0197f9932f70cc7be8744aa0ed4dd9b5d97d85 (patch) | |
tree | 9a309aae7e9c99cc2dcd8a9a4b6ca5eb75db6c8f /Documentation/filesystems | |
parent | f2fs: doc: Fix bouncing email address for Sahitya Tummala (diff) | |
download | linux-4e0197f9932f70cc7be8744aa0ed4dd9b5d97d85.tar.xz linux-4e0197f9932f70cc7be8744aa0ed4dd9b5d97d85.zip |
f2fs: kill heap-based allocation
No one uses this feature. Let's kill it.
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 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/filesystems/f2fs.rst b/Documentation/filesystems/f2fs.rst index 9ac5083dae8e..8930d9ea8c4e 100644 --- a/Documentation/filesystems/f2fs.rst +++ b/Documentation/filesystems/f2fs.rst @@ -126,9 +126,7 @@ norecovery Disable the roll-forward recovery routine, mounted read- discard/nodiscard Enable/disable real-time discard in f2fs, if discard is enabled, f2fs will issue discard/TRIM commands when a segment is cleaned. -no_heap Disable heap-style segment allocation which finds free - segments for data from the beginning of main area, while - for node from the end of main area. +heap/no_heap Deprecated. nouser_xattr Disable Extended User Attributes. Note: xattr is enabled by default if CONFIG_F2FS_FS_XATTR is selected. noacl Disable POSIX Access Control List. Note: acl is enabled |