aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsencrypt.c
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2012-09-18 16:20:35 -0700
committerSteve French <smfrench@gmail.com>2012-09-24 21:46:31 -0500
commit97bc00b39408a4180eeeaa976d02d37121488997 (patch)
tree99a139bd0a2a1bd93cd372caf8e9318e2a75043c /fs/cifs/cifsencrypt.c
parentcifs: cork the socket before a send and uncork it afterward (diff)
downloadlinux-dev-97bc00b39408a4180eeeaa976d02d37121488997.tar.xz
linux-dev-97bc00b39408a4180eeeaa976d02d37121488997.zip
cifs: teach smb_send_rqst how to handle arrays of pages
Add code that allows smb_send_rqst to send an array of pages after the initial kvec array has been sent. For now, we simply kmap the page array and send it using the standard smb_send_kvec function. Eventually, we may want to convert this code to use kernel_sendpage under the hood and avoid the kmap altogether for the page data. Reviewed-by: Pavel Shilovsky <pshilovsky@samba.org> Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/cifsencrypt.c')
0 files changed, 0 insertions, 0 deletions