commit | 0071ed1ec663fa87a3a8ae18f6d0812db010a343 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 08 18:22:08 2015 -0400 |
committer | Mike Marshall <hubcap@omnibond.com> | Fri Nov 13 11:35:28 2015 -0500 |
tree | 1da753c1055759cbe578788719a1f791c85de43f | |
parent | dc4067f671231eea971298cb44f687a30e04d0fd [diff] |
orangefs: make do_readv_writev() take iov_iter no need to build a copy of what the caller already has; what's more, we want the one given to caller properly advanced *and* we shouldn't depend upon it being an iovec-backed one. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Mike Marshall <hubcap@omnibond.com>