VM: move common VM settings to defconfig
/fs/Kconfig
blob:696980eb06330fa57ecf7954f2aca96296285582 -> blob:969e8fd65c81c8bda08d786208e5b10ede113e3e
--- fs/Kconfig
+++ fs/Kconfig
@@ -4,6 +4,11 @@
menu "File systems"
+config VFS_CACHE_PRESSURE
+ int "vfs Cache Pressure"
+ default 70
+ help
+
if BLOCK
source "fs/ext2/Kconfig"