Revert "fs: set VFS cache pressure to 20"

This reverts commit fcc88303d8.
This commit is contained in:
Ksawlii 2024-11-18 08:00:43 +01:00
parent 406a5cb5d0
commit b426bf6ce7

View file

@ -74,7 +74,7 @@
* If no ancestor relationship:
* arbitrary, since it's serialized on rename_lock
*/
int sysctl_vfs_cache_pressure __read_mostly = 20;
int sysctl_vfs_cache_pressure __read_mostly = 100;
EXPORT_SYMBOL_GPL(sysctl_vfs_cache_pressure);
__cacheline_aligned_in_smp DEFINE_SEQLOCK(rename_lock);