aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mempolicy.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/mempolicy.c')
-rw-r--r--mm/mempolicy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mm/mempolicy.c b/mm/mempolicy.c
index ce2c5b6bf9f8..e9fc1c1ae66c 100644
--- a/mm/mempolicy.c
+++ b/mm/mempolicy.c
@@ -1566,15 +1566,15 @@ struct page *alloc_pages_current(gfp_t gfp, unsigned order)
1566EXPORT_SYMBOL(alloc_pages_current); 1566EXPORT_SYMBOL(alloc_pages_current);
1567 1567
1568/* 1568/*
1569 * If mpol_copy() sees current->cpuset == cpuset_being_rebound, then it 1569 * If mpol_dup() sees current->cpuset == cpuset_being_rebound, then it
1570 * rebinds the mempolicy its copying by calling mpol_rebind_policy() 1570 * rebinds the mempolicy its copying by calling mpol_rebind_policy()
1571 * with the mems_allowed returned by cpuset_mems_allowed(). This 1571 * with the mems_allowed returned by cpuset_mems_allowed(). This
1572 * keeps mempolicies cpuset relative after its cpuset moves. See 1572 * keeps mempolicies cpuset relative after its cpuset moves. See
1573 * further kernel/cpuset.c update_nodemask(). 1573 * further kernel/cpuset.c update_nodemask().
1574 */ 1574 */
1575 1575
1576/* Slow path of a mempolicy copy */ 1576/* Slow path of a mempolicy duplicate */
1577struct mempolicy *__mpol_copy(struct mempolicy *old) 1577struct mempolicy *__mpol_dup(struct mempolicy *old)
1578{ 1578{
1579 struct mempolicy *new = kmem_cache_alloc(policy_cache, GFP_KERNEL); 1579 struct mempolicy *new = kmem_cache_alloc(policy_cache, GFP_KERNEL);
1580 1580