From: Davidlohr Bueso Date: Sat, 13 Dec 2014 00:54:42 +0000 (-0800) Subject: mm/memory.c: share the i_mmap_rwsem X-Git-Tag: omap-for-v3.19/fixes-rc1~100^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8475d144abb1e62958cc5ec281d2a9e161c1946;p=pandora-kernel.git 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 Cc: "Kirill A. Shutemov" Acked-by: Hugh Dickins Cc: Oleg Nesterov Cc: Peter Zijlstra (Intel) Cc: Rik van Riel Cc: Srikar Dronamraju Acked-by: Mel Gorman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed