aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/oom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/oom.h')
-rw-r--r--include/linux/oom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/oom.h b/include/linux/oom.h
index 537662315627..3ae6d94d0540 100644
--- a/include/linux/oom.h
+++ b/include/linux/oom.h
@@ -22,6 +22,7 @@ enum oom_constraint {
22 CONSTRAINT_NONE, 22 CONSTRAINT_NONE,
23 CONSTRAINT_CPUSET, 23 CONSTRAINT_CPUSET,
24 CONSTRAINT_MEMORY_POLICY, 24 CONSTRAINT_MEMORY_POLICY,
25 CONSTRAINT_MEMCG,
25}; 26};
26 27
27extern int try_set_zone_oom(struct zonelist *zonelist, gfp_t gfp_flags); 28extern int try_set_zone_oom(struct zonelist *zonelist, gfp_t gfp_flags);