diff options
author | Chao Yu <yuchao0@huawei.com> | 2019-10-22 17:26:11 +0800 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2019-10-25 09:52:06 -0700 |
commit | 4c3258b9b0fff24623a6e95381e1112cc290abd4 (patch) | |
tree | 5ac8780cbca6866b482f2ff41ec0262028ade511 /Documentation/filesystems | |
parent | 0b20fcec8651569935a10afe03fedc0b812d044e (diff) | |
download | blackbird-op-linux-4c3258b9b0fff24623a6e95381e1112cc290abd4.tar.gz blackbird-op-linux-4c3258b9b0fff24623a6e95381e1112cc290abd4.zip |
f2fs: fix wrong description in document
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>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/f2fs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt index 7e1991328473..29020af0cff9 100644 --- a/Documentation/filesystems/f2fs.txt +++ b/Documentation/filesystems/f2fs.txt @@ -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. |