mmap locking API: rename mmap_sem to mmap_lock
Rename the mmap_sem field to mmap_lock. Any new uses of this lock should now go through the new mmap locking api. The mmap_lock is still implemented as a rwsem, though this could change in the future. [akpm@linux-foundation.org: fix it for mm-gup-might_lock_readmmap_sem-in-get_user_pages_fast.patch] Signed-off-by:Michel Lespinasse <walken@google.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Reviewed-by:
Vlastimil Babka <vbabka@suse.cz> Reviewed-by:
Davidlohr Bueso <dbueso@suse.de> Reviewed-by:
Daniel Jordan <daniel.m.jordan@oracle.com> Cc: David Rientjes <rientjes@google.com> Cc: Hugh Dickins <hughd@google.com> Cc: Jason Gunthorpe <jgg@ziepe.ca> Cc: Jerome Glisse <jglisse@redhat.com> Cc: John Hubbard <jhubbard@nvidia.com> Cc: Laurent Dufour <ldufour@linux.ibm.com> Cc: Liam Howlett <Liam.Howlett@oracle.com> Cc: Matthew Wilcox <willy@infradead.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Ying Han <yinghan@google.com> Link: http://lkml.kernel.org/r/20200520052908.204642-11-walken@google.com Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- arch/ia64/mm/fault.c 2 additions, 2 deletionsarch/ia64/mm/fault.c
- arch/x86/mm/fault.c 1 addition, 1 deletionarch/x86/mm/fault.c
- drivers/gpu/drm/etnaviv/etnaviv_gem.c 1 addition, 1 deletiondrivers/gpu/drm/etnaviv/etnaviv_gem.c
- include/linux/mm_types.h 1 addition, 1 deletioninclude/linux/mm_types.h
- include/linux/mmap_lock.h 19 additions, 19 deletionsinclude/linux/mmap_lock.h
- mm/gup.c 1 addition, 1 deletionmm/gup.c
- mm/memory.c 1 addition, 1 deletionmm/memory.c
- mm/mmap.c 2 additions, 2 deletionsmm/mmap.c
- mm/mmu_notifier.c 1 addition, 1 deletionmm/mmu_notifier.c
Loading
Please register or sign in to comment