X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fmmu_notifier.h;h=deca87452528b2888823a4daf4cb148d43a52544;hb=03a9477e23556df0d4f5f7b931f9be893f96065f;hp=bc823c4c028bd8c0404940384da729c072dc31a3;hpb=39df01cd6ce9f6dd755ace0030e2bebe75da7727;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git diff --git a/include/linux/mmu_notifier.h b/include/linux/mmu_notifier.h index bc823c4..deca874 100644 --- a/include/linux/mmu_notifier.h +++ b/include/linux/mmu_notifier.h @@ -151,7 +151,7 @@ struct mmu_notifier_ops { * Therefore notifier chains can only be traversed when either * * 1. mmap_sem is held. - * 2. One of the reverse map locks is held (i_mmap_mutex or anon_vma->mutex). + * 2. One of the reverse map locks is held (i_mmap_mutex or anon_vma->rwsem). * 3. No other concurrent thread can access the list (release) */ struct mmu_notifier {