diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2014-02-03 23:07:03 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-04-02 05:19:21 +0200 |
commit | 6e58e79db8a16222b31fc8da1ca2ac2dccfc4237 (patch) | |
tree | 3babba99823f4f723a119a7ed61372baed4786bc /fs/squashfs/inode.c | |
parent | iov_iter: Move iov_iter to uio.h (diff) | |
download | linux-6e58e79db8a16222b31fc8da1ca2ac2dccfc4237.tar.xz linux-6e58e79db8a16222b31fc8da1ca2ac2dccfc4237.zip |
introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()
generic_file_aio_read() was looping over the target iovec, with loop over
(source) pages nested inside that. Just set an iov_iter up and pass *that*
to do_generic_file_aio_read(). With copy_page_to_iter() doing all work
of mapping and copying a page to iovec and advancing iov_iter.
Switch shmem_file_aio_read() to the same and kill file_read_actor(), while
we are at it.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/squashfs/inode.c')
0 files changed, 0 insertions, 0 deletions