diff options
Diffstat (limited to 'Documentation/filesystems/f2fs.txt')
-rw-r--r-- | Documentation/filesystems/f2fs.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt index e0950c483c22..6758aa358475 100644 --- a/Documentation/filesystems/f2fs.txt +++ b/Documentation/filesystems/f2fs.txt | |||
@@ -106,6 +106,8 @@ background_gc=%s Turn on/off cleaning operations, namely garbage | |||
106 | Default value for this option is on. So garbage | 106 | Default value for this option is on. So garbage |
107 | collection is on by default. | 107 | collection is on by default. |
108 | disable_roll_forward Disable the roll-forward recovery routine | 108 | disable_roll_forward Disable the roll-forward recovery routine |
109 | norecovery Disable the roll-forward recovery routine, mounted read- | ||
110 | only (i.e., -o ro,disable_roll_forward) | ||
109 | discard Issue discard/TRIM commands when a segment is cleaned. | 111 | discard Issue discard/TRIM commands when a segment is cleaned. |
110 | no_heap Disable heap-style segment allocation which finds free | 112 | no_heap Disable heap-style segment allocation which finds free |
111 | segments for data from the beginning of main area, while | 113 | segments for data from the beginning of main area, while |