]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cifs: replace kvec array in readdata with a single kvec
authorJeff Layton <jlayton@redhat.com>
Tue, 14 Aug 2012 18:39:45 +0000 (14:39 -0400)
committerSteve French <sfrench@us.ibm.com>
Fri, 14 Sep 2012 14:44:33 +0000 (09:44 -0500)
commit9420052051e27c66d605ff3a9fc6427c2c2bf72e
tree5b7b170a701efff8ea7070f6a12e1b88a1226d9c
parentde602e89fc94cde421ce473930564127ad2a5ddf
cifs: replace kvec array in readdata with a single kvec

The array is no longer needed. We just need a single kvec to hold the
header for signature checking.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
fs/cifs/cifsglob.h
fs/cifs/cifssmb.c
fs/cifs/file.c
fs/cifs/smb2pdu.c