]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/mmu_notifier.h
mm: Convert i_mmap_lock to a mutex
[karo-tx-linux.git] / include / linux / mmu_notifier.h
index cc2e7dfea9d7f6a57661155cb88ca487863e66af..a877dfc243eb5b55f2613636496258fdc42b187a 100644 (file)
@@ -150,7 +150,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_lock or anon_vma->lock).
+ * 2. One of the reverse map locks is held (i_mmap_mutex or anon_vma->lock).
  * 3. No other concurrent thread can access the list (release)
  */
 struct mmu_notifier {