mm: rcu-protected get_mm_exe_file()
[linux-2.6-block.git] / include / linux / oom.h
index d5771bed59c92d995d7b9b8c97ea5976b42036a7..44b2f6f7bbd8323b6462417f769fc14e7cf37a2c 100644 (file)
@@ -66,7 +66,8 @@ extern bool oom_zonelist_trylock(struct zonelist *zonelist, gfp_t gfp_flags);
 extern void oom_zonelist_unlock(struct zonelist *zonelist, gfp_t gfp_flags);
 
 extern void check_panic_on_oom(enum oom_constraint constraint, gfp_t gfp_mask,
-                              int order, const nodemask_t *nodemask);
+                              int order, const nodemask_t *nodemask,
+                              struct mem_cgroup *memcg);
 
 extern enum oom_scan_t oom_scan_process_thread(struct task_struct *task,
                unsigned long totalpages, const nodemask_t *nodemask,