diff options
author | 2018-11-06 15:06:44 +0100 | |
---|---|---|
committer | 2018-11-08 21:06:27 +0100 | |
commit | c3159a2d14420f323d1fb309ba4be91d233f7735 (patch) | |
tree | a34e456718e31b8524e486d26b8514e68420a0f1 | |
parent | 74804a631157d96a074ceb09d2b26589524f855b (diff) | |
download | buildroot-c3159a2d14420f323d1fb309ba4be91d233f7735.tar.gz buildroot-c3159a2d14420f323d1fb309ba4be91d233f7735.tar.bz2 |
fs/f2fs: clarify help messages
For BR2_TARGET_ROOTFS_F2FS_COLD_FILES clarify that extension list must
be a coma separated.
For BR2_TARGET_ROOTFS_F2FS_OVERPROVISION clarify that the default
overprovision ratio is autocalculated according to the partition size.
Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | fs/f2fs/Config.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/fs/f2fs/Config.in b/fs/f2fs/Config.in index 32d86d8ce3..57473fdc43 100644 --- a/fs/f2fs/Config.in +++ b/fs/f2fs/Config.in @@ -21,9 +21,10 @@ config BR2_TARGET_ROOTFS_F2FS_SIZE config BR2_TARGET_ROOTFS_F2FS_COLD_FILES string "extension list for cold files" help - Specify a file extension list in order f2fs to treat them as - cold files. The default list includes most of multimedia - file extensions such as jpg, gif, mpeg, mkv, and so on. + Specify a comma separated file extension list in order f2fs + to treat them as cold files. The default list includes most + of multimedia file extensions such as jpg, gif, mpeg, mkv, + and so on. config BR2_TARGET_ROOTFS_F2FS_OVERPROVISION int "overprovision ratio" @@ -33,8 +34,8 @@ config BR2_TARGET_ROOTFS_F2FS_OVERPROVISION area. This area is hidden to users, and utilized by F2FS cleaner. - Leave at 0 to use the default overprovision ratio of - mkfs.f2fs. + Leave at 0 for autocalculation according to the partition + size. config BR2_TARGET_ROOTFS_F2FS_DISCARD bool "discard policy" |