commit | 7fb08eca45270d0ae86e1ad9d39c40b7a55d0190 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Mon Dec 15 14:46:06 2014 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Dec 15 14:46:06 2014 -0800 |
tree | 499a2a058a00fdab4f02ebe90489bc0e5a05a6cd | |
parent | 67e2c3883828b39548cee2091b36656787775d95 [diff] |
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 <torvalds@linux-foundation.org>