aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mempolicy.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/mempolicy.c')
-rw-r--r--mm/mempolicy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/mempolicy.c b/mm/mempolicy.c
index 959a8b8c7350..5bfb03ef3cb0 100644
--- a/mm/mempolicy.c
+++ b/mm/mempolicy.c
@@ -1489,7 +1489,7 @@ asmlinkage long compat_sys_mbind(compat_ulong_t start, compat_ulong_t len,
1489 * freeing by another task. It is the caller's responsibility to free the 1489 * freeing by another task. It is the caller's responsibility to free the
1490 * extra reference for shared policies. 1490 * extra reference for shared policies.
1491 */ 1491 */
1492static struct mempolicy *get_vma_policy(struct task_struct *task, 1492struct mempolicy *get_vma_policy(struct task_struct *task,
1493 struct vm_area_struct *vma, unsigned long addr) 1493 struct vm_area_struct *vma, unsigned long addr)
1494{ 1494{
1495 struct mempolicy *pol = task->mempolicy; 1495 struct mempolicy *pol = task->mempolicy;