commit | 74f68fce2a395a188d454a488ea167affa4d7cf5 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 08 18:31:05 2015 -0400 |
committer | Mike Marshall <hubcap@omnibond.com> | Fri Nov 13 11:36:31 2015 -0500 |
tree | 75924016acaf0b4c5751231407b819549a53c1d6 | |
parent | 0071ed1ec663fa87a3a8ae18f6d0812db010a343 [diff] |
orangefs: make pvfs2_inode_read() take iov_iter ... and make the only caller use page-backed iov_iter, getting rid of kmap/kunmap *and* of the bug with attempted use of iovec-backed copy_page_to_iter() on a kernel pointer. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Mike Marshall <hubcap@omnibond.com>