Merge branch 'kvm-async-pf-int' into HEAD
[linux-2.6-microblaze.git] / include / linux / rmap.h
index 988d176..3a6adfa 100644 (file)
@@ -77,7 +77,7 @@ struct anon_vma {
 struct anon_vma_chain {
        struct vm_area_struct *vma;
        struct anon_vma *anon_vma;
-       struct list_head same_vma;   /* locked by mmap_sem & page_table_lock */
+       struct list_head same_vma;   /* locked by mmap_lock & page_table_lock */
        struct rb_node rb;                      /* locked by anon_vma->rwsem */
        unsigned long rb_subtree_last;
 #ifdef CONFIG_DEBUG_VM_RB