diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2014-03-06 04:53:04 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-05-06 23:32:49 +0200 |
commit | ed978a811ec528dbe40243605c3afab55892f722 (patch) | |
tree | 7b8b83a755286192b98bb7921fa4d6957709216e /fs/fuse | |
parent | fuse_file_aio_write(): merge initializations of iov_iter (diff) | |
download | linux-ed978a811ec528dbe40243605c3afab55892f722.tar.xz linux-ed978a811ec528dbe40243605c3afab55892f722.zip |
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>
Diffstat (limited to 'fs/fuse')
0 files changed, 0 insertions, 0 deletions