]> git.baikalelectronics.ru Git - kernel.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)
commitf130464180c9e2c0fd01f7deee2919458e2abf04
tree4130527b8904bc2e216fc69e9421c7f9ffc1bfbf
parentc2f5ddbd976b63490c15cd325f83c0043e44c80c
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