diff options
Diffstat (limited to 'util-linux/volume_id/f2fs.c')
-rw-r--r-- | util-linux/volume_id/f2fs.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util-linux/volume_id/f2fs.c b/util-linux/volume_id/f2fs.c index 1d3bdae36..3027f178e 100644 --- a/util-linux/volume_id/f2fs.c +++ b/util-linux/volume_id/f2fs.c | |||
@@ -13,10 +13,10 @@ | |||
13 | //config: default y | 13 | //config: default y |
14 | //config: depends on VOLUMEID | 14 | //config: depends on VOLUMEID |
15 | //config: help | 15 | //config: help |
16 | //config: F2FS (aka Flash-Friendly File System) is a log-structured file system, | 16 | //config: F2FS (aka Flash-Friendly File System) is a log-structured file system, |
17 | //config: which is adapted to newer forms of storage. F2FS also remedies some | 17 | //config: which is adapted to newer forms of storage. F2FS also remedies some |
18 | //config: known issues of the older log structured file systems, such as high | 18 | //config: known issues of the older log structured file systems, such as high |
19 | //config: cleaning overhead. | 19 | //config: cleaning overhead. |
20 | 20 | ||
21 | #include "volume_id_internal.h" | 21 | #include "volume_id_internal.h" |
22 | 22 | ||