aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/oom.h
diff options
context:
space:
mode:
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>2016-07-26 15:24:39 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-07-26 16:19:19 -0700
commitfbe84a09da746f781553051bb3dbc63f7b0a5162 (patch)
tree8150929f53282989212ba9d4e53b84d093fab41a /include/linux/oom.h
parentaf_unix: charge buffers to kmemcg (diff)
downloadlinux-dev-fbe84a09da746f781553051bb3dbc63f7b0a5162.tar.xz
linux-dev-fbe84a09da746f781553051bb3dbc63f7b0a5162.zip
mm,oom: remove unused argument from oom_scan_process_thread().
oom_scan_process_thread() does not use totalpages argument. oom_badness() uses it. Link: http://lkml.kernel.org/r/1463796041-7889-1-git-send-email-penguin-kernel@I-love.SAKURA.ne.jp Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Acked-by: Michal Hocko <mhocko@suse.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/oom.h')
-rw-r--r--include/linux/oom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/oom.h b/include/linux/oom.h
index cbc24a5fe28d..606137b3b778 100644
--- a/include/linux/oom.h
+++ b/include/linux/oom.h
@@ -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);