diff --git a/mm/oom_kill.c b/mm/oom_kill.c index 549f3e6ddb25dc6750bbe8cae97684e1aaa4ff56..bcd08df6d57758411e607145b6eaf3ed85cbfe48 100644 --- a/mm/oom_kill.c +++ b/mm/oom_kill.c @@ -78,7 +78,7 @@ static inline bool is_memcg_oom(struct oom_control *oc) /** * oom_cpuset_eligible() - check task eligiblity for kill * @start: task struct of which task to consider - * @mask: nodemask passed to page allocator for mempolicy ooms + * @oc: pointer to struct oom_control * * Task eligibility is determined by whether or not a candidate task, @tsk, * shares the same mempolicy nodes as current if it is bound by such a policy