diff options
author | Chao Yu <yuchao0@huawei.com> | 2016-07-03 10:05:14 -0400 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2016-07-08 13:33:26 -0400 |
commit | 64058be9c8e3579d7055e0b01d2bd9b294db3998 (patch) | |
tree | 921726f67456c7723bc6291d9f700a4f0b5a24ba /Documentation/filesystems | |
parent | 72e1c797b57da42ce8f75c5636720f40c4f607a2 (diff) |
f2fs: add nodiscard mount option
This patch adds 'nodiscard' mount option.
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/f2fs.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt index 3a5ce24021d9..ecd808088362 100644 --- a/Documentation/filesystems/f2fs.txt +++ b/Documentation/filesystems/f2fs.txt | |||
@@ -109,7 +109,9 @@ background_gc=%s Turn on/off cleaning operations, namely garbage | |||
109 | disable_roll_forward Disable the roll-forward recovery routine | 109 | disable_roll_forward Disable the roll-forward recovery routine |
110 | norecovery Disable the roll-forward recovery routine, mounted read- | 110 | norecovery Disable the roll-forward recovery routine, mounted read- |
111 | only (i.e., -o ro,disable_roll_forward) | 111 | only (i.e., -o ro,disable_roll_forward) |
112 | discard Issue discard/TRIM commands when a segment is cleaned. | 112 | discard/nodiscard Enable/disable real-time discard in f2fs, if discard is |
113 | enabled, f2fs will issue discard/TRIM commands when a | ||
114 | segment is cleaned. | ||
113 | no_heap Disable heap-style segment allocation which finds free | 115 | no_heap Disable heap-style segment allocation which finds free |
114 | segments for data from the beginning of main area, while | 116 | segments for data from the beginning of main area, while |
115 | for node from the end of main area. | 117 | for node from the end of main area. |