commit | 6130f5315ee80a591285a25957af71621bd0f17e | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Feb 03 18:19:51 2014 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 01 23:19:23 2014 -0400 |
tree | 4130527b8904bc2e216fc69e9421c7f9ffc1bfbf | |
parent | 637b58c2887e5e57850865839cc75f59184b23d1 [diff] |
switch vmsplice_to_user() to copy_page_to_iter() I've switched the sanity checks on iovec to rw_copy_check_uvector(); we might need to do a local analog, if any behaviour differences are not actually bugfixes here... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>