Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d884d0b6 authored by Chao Yu's avatar Chao Yu Committed by Jaegeuk Kim
Browse files

f2fs: fix wrong description in document

As reported in bugzilla, default value of DEF_RAM_THRESHOLD was fixed by
commit 29710bcf ("f2fs: fix wrong percentage"), however leaving wrong
description in document, fix it.

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



Signed-off-by: default avatarChao Yu <yuchao0@huawei.com>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent d942650f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -346,7 +346,7 @@ Files in /sys/fs/f2fs/<devname>


 ram_thresh                   This parameter controls the memory footprint used
 ram_thresh                   This parameter controls the memory footprint used
			      by free nids and cached nat entries. By default,
			      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
 ra_nid_pages		      When building free nids, F2FS reads NAT blocks
			      ahead for speed up. Default is 0.
			      ahead for speed up. Default is 0.