diff options
Diffstat (limited to 'mm/oom_kill.c')
-rw-r--r-- | mm/oom_kill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/oom_kill.c b/mm/oom_kill.c index d3def05a33d9..5014e50644d1 100644 --- a/mm/oom_kill.c +++ b/mm/oom_kill.c | |||
@@ -106,7 +106,7 @@ static void boost_dying_task_prio(struct task_struct *p, | |||
106 | * pointer. Return p, or any of its subthreads with a valid ->mm, with | 106 | * pointer. Return p, or any of its subthreads with a valid ->mm, with |
107 | * task_lock() held. | 107 | * task_lock() held. |
108 | */ | 108 | */ |
109 | static struct task_struct *find_lock_task_mm(struct task_struct *p) | 109 | struct task_struct *find_lock_task_mm(struct task_struct *p) |
110 | { | 110 | { |
111 | struct task_struct *t = p; | 111 | struct task_struct *t = p; |
112 | 112 | ||