commit | 2d892c7a1b4aa0dd42004a217c13cc90a37ae4dd | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Mon Dec 15 14:46:06 2014 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Apr 29 10:34:01 2015 +0200 |
tree | 907e7ed98f212f3b4fb12cd4b2964f2ee5145cb3 | |
parent | 1f74b26b0f118db0e658cbef2816d11d5ae0242c [diff] |
x86: mm: move mmap_sem unlock from mm_fault_error() to caller commit 7fb08eca45270d0ae86e1ad9d39c40b7a55d0190 upstream. 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 <torvalds@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>