]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - include/linux/huge_mm.h
mmap locking API: convert mmap_sem comments
[mirror_ubuntu-hirsute-kernel.git] / include / linux / huge_mm.h
index cfbb0a87c5f0d02610275758df302968f860280e..71f20776b06ca300a1562aadf3e733302f3e7831 100644 (file)
@@ -248,7 +248,7 @@ static inline int is_swap_pmd(pmd_t pmd)
        return !pmd_none(pmd) && !pmd_present(pmd);
 }
 
-/* mmap_sem must be held on entry */
+/* mmap_lock must be held on entry */
 static inline spinlock_t *pmd_trans_huge_lock(pmd_t *pmd,
                struct vm_area_struct *vma)
 {