-
- Downloads
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>
Showing
- fs/afs/cmservice.c 18 additions, 22 deletionsfs/afs/cmservice.c
- fs/afs/fsclient.c 95 additions, 187 deletionsfs/afs/fsclient.c
- fs/afs/internal.h 52 additions, 4 deletionsfs/afs/internal.h
- fs/afs/rxrpc.c 14 additions, 27 deletionsfs/afs/rxrpc.c
- fs/afs/vlclient.c 46 additions, 58 deletionsfs/afs/vlclient.c
- include/trace/events/afs.h 11 additions, 11 deletionsinclude/trace/events/afs.h
Loading
Please register or sign in to comment