commit | a08971e9488d12a10a46eb433612229767b61fd5 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Feb 16 10:17:27 2020 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Mar 27 23:58:51 2020 -0400 |
tree | fa60afbc9e43a5a84856f61e2b0c9813d9f4a210 | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 [diff] |
futex: arch_futex_atomic_op_inuser() calling conventions change Move access_ok() in and pagefault_enable()/pagefault_disable() out. Mechanical conversion only - some instances don't really need a separate access_ok() at all (e.g. the ones only using get_user()/put_user(), or architectures where access_ok() is always true); we'll deal with that in followups. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>