Searched hist:"2 f5705a5" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/afs/ |
H A D | rxrpc.c | 2f5705a5 Thu Mar 16 11:27:46 CDT 2017 David Howells <dhowells@redhat.com> afs: Use a bvec rather than a kvec in afs_send_pages()
Use a bvec rather than a kvec in afs_send_pages() as we don't then have to call kmap() in advance. This allows us to pass the array of contiguous pages that we extracted through to rxrpc in one go rather than passing a single page at a time.
Signed-off-by: David Howells <dhowells@redhat.com> 2f5705a5 Thu Mar 16 11:27:46 CDT 2017 David Howells <dhowells@redhat.com> afs: Use a bvec rather than a kvec in afs_send_pages() Use a bvec rather than a kvec in afs_send_pages() as we don't then have to call kmap() in advance. This allows us to pass the array of contiguous pages that we extracted through to rxrpc in one go rather than passing a single page at a time. Signed-off-by: David Howells <dhowells@redhat.com>
|