commit | e76b6312391bdd62e31dc86cb65e478b07b7909e | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Wed May 02 20:16:56 2018 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed May 02 15:43:15 2018 -0400 |
tree | 1c4b03c1d2ae16e14133c207e45da1557e15f0f3 | |
parent | 16a34adb9392b2fe4195267475ab5b472e55292c [diff] |
iov_iter: fix return type of __pipe_get_pages() It returns -EFAULT and happens to be a helper for pipe_get_pages() whose return type is ssize_t. Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>