]> www.infradead.org Git - users/willy/pagecache.git/commit
mm: Fix some minor per-VMA lock issues in userfaultfd
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 12 Apr 2024 15:32:43 +0000 (11:32 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 12 Apr 2024 16:01:58 +0000 (12:01 -0400)
commit6b9e6c6ae6815777306433872b73ada04dcea49d
treeb414fd1d5c14594bb129140e85bd1f5704e61c31
parent06d7da17eb40ba4d1b68f894ee16a8df78a4442f
mm: Fix some minor per-VMA lock issues in userfaultfd

Rename lock_vma() to uffd_lock_vma() because it really is uffd specific.
Remove comment referencing unlock_vma() which doesn't exist.
Fix the comment about lock_vma_under_rcu() which I just made incorrect.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
mm/userfaultfd.c