]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: replace kvec array in readdata with a single kvec
authorJeff Layton <jlayton@redhat.com>
Wed, 19 Sep 2012 13:22:34 +0000 (06:22 -0700)
committerSteve French <smfrench@gmail.com>
Tue, 25 Sep 2012 02:46:32 +0000 (21:46 -0500)
commit816cbc9826f98c9c0d499e6088ed56a0d3f8a0fd
tree9ffe9d41ddbc8009c7ecbf132533d5d1315f0f13
parentd622edb723a680b3ac09d23dacb92c027db7bb25
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