Skip to content
Commit ed978a81 authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 23faa7b8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment