OSDN Git Service

mm,oom: remove unused argument from oom_scan_process_thread().
[uclinux-h8/linux.git] / include / linux / oom.h
index cbc24a5..606137b 100644 (file)
@@ -92,7 +92,7 @@ extern void check_panic_on_oom(struct oom_control *oc,
                               enum oom_constraint constraint);
 
 extern enum oom_scan_t oom_scan_process_thread(struct oom_control *oc,
-               struct task_struct *task, unsigned long totalpages);
+                                              struct task_struct *task);
 
 extern bool out_of_memory(struct oom_control *oc);