diff options
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r-- | include/linux/sysctl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 69d785df1..07f72a1a1 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -84,7 +84,8 @@ enum VM_BDFLUSH, /* struct: Control buffer cache flushing */ VM_OVERCOMMIT_MEMORY, /* Turn off the virtual memory safety limit */ VM_BUFFERMEM, /* struct: Set buffer memory thresholds */ - VM_PAGECACHE /* struct: Set cache memory thresholds */ + VM_PAGECACHE, /* struct: Set cache memory thresholds */ + VM_PAGERDAEMON /* struct: Control kswapd behaviour */ }; |