commit | 5819575ec6b82345e1a21a960d381c699a91c700 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed Sep 19 06:22:34 2012 -0700 |
committer | Steve French <smfrench@gmail.com> | Mon Sep 24 21:46:32 2012 -0500 |
tree | 9ffe9d41ddbc8009c7ecbf132533d5d1315f0f13 | |
parent | 8321fec436050b586cee448f2da0a6999e5172dd [diff] |
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>