cifs: teach signing routines how to deal with arrays of pages in a smb_rqst
authorJeff Layton <jlayton@redhat.com>
Tue, 18 Sep 2012 23:20:35 +0000 (16:20 -0700)
committerSteve French <smfrench@gmail.com>
Tue, 25 Sep 2012 02:46:31 +0000 (21:46 -0500)
commitfb308a6f22f7f4f3574dab6b36c4a3598e50cf05
treefa948996f96a226db3ec0a8b3175bdc877115458
parent97bc00b39408a4180eeeaa976d02d37121488997
cifs: teach signing routines how to deal with arrays of pages in a smb_rqst

Use the smb_send_rqst helper function to kmap each page in the array
and update the hash for that chunk.

Reviewed-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/cifsencrypt.c
fs/cifs/cifsproto.h
fs/cifs/smb2transport.c
fs/cifs/transport.c
This page took 0.026734 seconds and 5 git commands to generate.