Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: include/linux/mm.h

Issue 4128001: CHROMIUM: vmscan: add min_filelist_kbytes sysctl for protecting the working set (Closed) Base URL: http://git.chromium.org/git/kernel.git
Patch Set: Handle cgroup case. Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | kernel/sysctl.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/linux/mm.h
diff --git a/include/linux/mm.h b/include/linux/mm.h
index e5d509d2baaaa792d244656123bc4e0f47614b52..6c4891c74590c2b18b05da83092c7ed7e1c869e9 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -35,6 +35,8 @@ extern int sysctl_legacy_va_layout;
#define sysctl_legacy_va_layout 0
#endif
+extern int min_filelist_kbytes;
+
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/processor.h>
« no previous file with comments | « no previous file | kernel/sysctl.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698