diff options
author | David Howells <dhowells@redhat.com> | 2018-10-20 00:57:56 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2018-10-24 00:41:07 +0100 |
commit | 12bdcf333fe13ece2a487a699b1a0f4c5dbb594b (patch) | |
tree | 3fcf895a7c2ef06f84a8def70cda5628b563a3dc /mm/readahead.c | |
parent | 160cb9574b550426122422444b8f19d614505f81 (diff) | |
download | linux-stable-12bdcf333fe13ece2a487a699b1a0f4c5dbb594b.tar.gz linux-stable-12bdcf333fe13ece2a487a699b1a0f4c5dbb594b.tar.bz2 linux-stable-12bdcf333fe13ece2a487a699b1a0f4c5dbb594b.zip |
afs: Set up the iov_iter before calling afs_extract_data()
afs_extract_data sets up a temporary iov_iter and passes it to AF_RXRPC
each time it is called to describe the remaining buffer to be filled.
Instead:
(1) Put an iterator in the afs_call struct.
(2) Set the iterator for each marshalling stage to load data into the
appropriate places. A number of convenience functions are provided to
this end (eg. afs_extract_to_buf()).
This iterator is then passed to afs_extract_data().
(3) Use the new ITER_DISCARD iterator to discard any excess data provided
by FetchData.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'mm/readahead.c')
0 files changed, 0 insertions, 0 deletions