mm: export get_vma_policy()
[deliverable/linux.git] / mm / mempolicy.c
index 959a8b8c7350c28ffa6cacced61b4c24977479da..5bfb03ef3cb0df5c8e2fefd7c526e01bebc02825 100644 (file)
@@ -1489,7 +1489,7 @@ asmlinkage long compat_sys_mbind(compat_ulong_t start, compat_ulong_t len,
  * freeing by another task.  It is the caller's responsibility to free the
  * extra reference for shared policies.
  */
-static struct mempolicy *get_vma_policy(struct task_struct *task,
+struct mempolicy *get_vma_policy(struct task_struct *task,
                struct vm_area_struct *vma, unsigned long addr)
 {
        struct mempolicy *pol = task->mempolicy;
This page took 0.024534 seconds and 5 git commands to generate.