]> git.karo-electronics.de Git - karo-tx-linux.git/commit
switch vmsplice_to_user() to copy_page_to_iter()
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 3 Feb 2014 23:19:51 +0000 (18:19 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 2 Apr 2014 03:19:23 +0000 (23:19 -0400)
commit6130f5315ee80a591285a25957af71621bd0f17e
tree4130527b8904bc2e216fc69e9421c7f9ffc1bfbf
parent637b58c2887e5e57850865839cc75f59184b23d1
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>
fs/splice.c