From: Davidlohr Bueso Date: Sat, 13 Dec 2014 00:54:27 +0000 (-0800) Subject: mm/rmap: share the i_mmap_rwsem X-Git-Tag: omap-for-v3.19/fixes-rc1~100^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dec0ba0be6a532cac949e02b853021bf6d57dad;p=pandora-kernel.git mm/rmap: share the i_mmap_rwsem Similarly to the anon memory counterpart, we can share the mapping's lock ownership as the interval tree is not modified when doing doing the walk, only the file page. Signed-off-by: Davidlohr Bueso Acked-by: Rik van Riel Acked-by: "Kirill A. Shutemov" Acked-by: Hugh Dickins Cc: Oleg Nesterov Acked-by: Peter Zijlstra (Intel) Cc: Srikar Dronamraju Acked-by: Mel Gorman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed