]> Git Repo - linux.git/commit
mm/memory.c: share the i_mmap_rwsem
authorDavidlohr Bueso <[email protected]>
Sat, 13 Dec 2014 00:54:42 +0000 (16:54 -0800)
committerLinus Torvalds <[email protected]>
Sat, 13 Dec 2014 20:42:46 +0000 (12:42 -0800)
commitc8475d144abb1e62958cc5ec281d2a9e161c1946
tree0facd072749929812b47db09726943193a25a401
parent1acf2e040721564d579297646862b8ea3dd4511b
mm/memory.c: share the i_mmap_rwsem

The unmap_mapping_range family of functions do the unmapping of user pages
(ultimately via zap_page_range_single) without touching the actual
interval tree, thus share the lock.

Signed-off-by: Davidlohr Bueso <[email protected]>
Cc: "Kirill A. Shutemov" <[email protected]>
Acked-by: Hugh Dickins <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: Peter Zijlstra (Intel) <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: Srikar Dronamraju <[email protected]>
Acked-by: Mel Gorman <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/memory.c
This page took 0.0615019999999999 seconds and 4 git commands to generate.