projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e7c48f
)
f2fs: fix wrong percentage
author
Jaegeuk Kim
<jaegeuk@kernel.org>
Thu, 2 Jun 2016 22:26:27 +0000
(15:26 -0700)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Tue, 7 Jun 2016 16:45:41 +0000
(09:45 -0700)
This should be 1%, 10MB / 1GB.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/node.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/f2fs/node.h
b/fs/f2fs/node.h
index 1f4f9d4569d9cb4f8a6ed93ff112fa300cd49444..2c2a797e18a84ee10265d0d336a1b9f706f3c0bc 100644
(file)
--- a/
fs/f2fs/node.h
+++ b/
fs/f2fs/node.h
@@
-23,7
+23,7
@@
#define MAX_RA_NODE 128
/* control the memory footprint threshold (10MB per 1GB ram) */
-#define DEF_RAM_THRESHOLD 1
0
+#define DEF_RAM_THRESHOLD 1
/* control dirty nats ratio threshold (default: 10% over max nid count) */
#define DEF_DIRTY_NAT_RATIO_THRESHOLD 10