-
由 Al Viro 提交于
Currently we have user_access block, followed by __put_user(), deciding what the restorer will be and finally a put_user_try block. Moving the calculation of restorer first allows the rest (actual copyout work) to coalesce into a single user_access block. Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>e2390741