From: Linus Torvalds Date: Mon, 15 Dec 2014 22:46:06 +0000 (-0800) Subject: x86: mm: move mmap_sem unlock from mm_fault_error() to caller X-Git-Tag: omap-for-v3.19/fixes-rc1~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fb08eca4527;p=pandora-kernel.git x86: mm: move mmap_sem unlock from mm_fault_error() to caller This replaces four copies in various stages of mm_fault_error() handling with just a single one. It will also allow for more natural placement of the unlocking after some further cleanup. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed