f2fs: fix wrong description in document
authorChao Yu <yuchao0@huawei.com>
Tue, 22 Oct 2019 09:26:11 +0000 (17:26 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 25 Oct 2019 16:52:06 +0000 (09:52 -0700)
As reported in bugzilla, default value of DEF_RAM_THRESHOLD was fixed by
commit 29710bcf9426 ("f2fs: fix wrong percentage"), however leaving wrong
description in document, fix it.

https://bugzilla.kernel.org/show_bug.cgi?id=205203

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Documentation/filesystems/f2fs.txt

index 7e19913284736997f65febe051be25e0c48689a0..29020af0cff9fcb1fadb96e691ca8dc321d1abef 100644 (file)
@@ -346,7 +346,7 @@ Files in /sys/fs/f2fs/<devname>
 
  ram_thresh                   This parameter controls the memory footprint used
                              by free nids and cached nat entries. By default,
-                             10 is set, which indicates 10 MB / 1 GB RAM.
+                             1 is set, which indicates 10 MB / 1 GB RAM.
 
  ra_nid_pages                When building free nids, F2FS reads NAT blocks
                              ahead for speed up. Default is 0.