On Mon, 11 Jun 2012, kosaki.motohiro@xxxxxxxxx wrote: > From: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxx> > > commit 05f144a0d5 "mm: mempolicy: Let vma_merge and vma_split handle > vma->vm_policy linkages" removed a vma->vm_policy updates. But it is > a primary purpose of mbind_range(). Now, mbind(2) is no-op in several > case unintentionally. It is not ideal fix. This patch reverts it. Rewritten changelog: commit 05f144a0d5 "mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkages" removed policy_vma() but the function is needed in this patchset. (It is not clear to me what the last sentences mean. AFAICT the code for policy_vma() still exists in another function prior to this patch) -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>