Skip to content
Commit 2f5705a5 authored by David Howells's avatar David Howells
Browse files

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: default avatarDavid Howells <dhowells@redhat.com>
parent 6a0e3999
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