]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - mm/oom_kill.c
drivers/net: Remove address use from assignments of function pointers
[net-next-2.6.git] / mm / oom_kill.c
index d3def05a33d99f6699e6dd6ea9472e6e7da54443..5014e50644d1b7528a06fca742677cf1a77cc04f 100644 (file)
@@ -106,7 +106,7 @@ static void boost_dying_task_prio(struct task_struct *p,
  * pointer.  Return p, or any of its subthreads with a valid ->mm, with
  * task_lock() held.
  */
-static struct task_struct *find_lock_task_mm(struct task_struct *p)
+struct task_struct *find_lock_task_mm(struct task_struct *p)
 {
        struct task_struct *t = p;