]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cifs: teach signing routines how to deal with arrays of pages in a smb_rqst
authorJeff Layton <jlayton@redhat.com>
Mon, 6 Aug 2012 11:10:48 +0000 (07:10 -0400)
committerSteve French <sfrench@us.ibm.com>
Fri, 14 Sep 2012 14:44:09 +0000 (09:44 -0500)
commite0fcaca9da4550ae295deb57720bdfefef7e708d
tree86509c1ee1383e80179e859d2b7f9d521f05e75a
parent1864b6dfc686b45ea7484066aae62c2fdde4f664
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