diff options
author | Changman Lee <cm224.lee@samsung.com> | 2013-04-03 02:26:49 -0400 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2013-04-03 04:27:52 -0400 |
commit | 1571f84a1f65f6bf35d99d59ba52bdee6722e4b6 (patch) | |
tree | cda8d4bb8d7bc02c317c1aa6d2e966535ae078b3 /Documentation/filesystems/f2fs.txt | |
parent | cfb185a1488810fbae9256c7d52f66c558c6ea04 (diff) |
f2fs: update f2fs.txt related with discard at mkfs
o mkfs.f2fs supports no discard option.
o fixed volume label size in 512 bytes.
Signed-off-by: Changman Lee <cm224.lee@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'Documentation/filesystems/f2fs.txt')
-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 dcf338e62b71..bd3c56c67380 100644 --- a/Documentation/filesystems/f2fs.txt +++ b/Documentation/filesystems/f2fs.txt | |||
@@ -146,7 +146,7 @@ USAGE | |||
146 | 146 | ||
147 | Format options | 147 | Format options |
148 | -------------- | 148 | -------------- |
149 | -l [label] : Give a volume label, up to 256 unicode name. | 149 | -l [label] : Give a volume label, up to 512 unicode name. |
150 | -a [0 or 1] : Split start location of each area for heap-based allocation. | 150 | -a [0 or 1] : Split start location of each area for heap-based allocation. |
151 | 1 is set by default, which performs this. | 151 | 1 is set by default, which performs this. |
152 | -o [int] : Set overprovision ratio in percent over volume size. | 152 | -o [int] : Set overprovision ratio in percent over volume size. |
@@ -156,6 +156,8 @@ Format options | |||
156 | -z [int] : Set the number of sections per zone. | 156 | -z [int] : Set the number of sections per zone. |
157 | 1 is set by default. | 157 | 1 is set by default. |
158 | -e [str] : Set basic extension list. e.g. "mp3,gif,mov" | 158 | -e [str] : Set basic extension list. e.g. "mp3,gif,mov" |
159 | -t [0 or 1] : Disable discard command or not. | ||
160 | 1 is set by default, which conducts discard. | ||
159 | 161 | ||
160 | ================================================================================ | 162 | ================================================================================ |
161 | DESIGN | 163 | DESIGN |