commit | ed978a811ec528dbe40243605c3afab55892f722 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Mar 05 22:53:04 2014 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue May 06 17:32:49 2014 -0400 |
tree | 7b8b83a755286192b98bb7921fa4d6957709216e | |
parent | 23faa7b8db9be0be4f158cfc558460bb95d9b245 [diff] |
new helper: generic_file_read_iter() iov_iter-using variant of generic_file_aio_read(). Some callers converted. Note that it's still not quite there for use as ->read_iter() - we depend on having zero iter->iov_offset in O_DIRECT case. Fortunately, that's true for all converted callers (and for generic_file_aio_read() itself). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>