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

Commit 29710bcf authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

f2fs: fix wrong percentage



This should be 1%, 10MB / 1GB.

Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 1e7c48fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
#define MAX_RA_NODE		128

/* control the memory footprint threshold (10MB per 1GB ram) */
#define DEF_RAM_THRESHOLD	10
#define DEF_RAM_THRESHOLD	1

/* control dirty nats ratio threshold (default: 10% over max nid count) */
#define DEF_DIRTY_NAT_RATIO_THRESHOLD		10