cifs: make cifs_send_async take a kvec array
authorJeff Layton <jlayton@redhat.com>
Thu, 19 May 2011 20:22:53 +0000 (16:22 -0400)
committerSteve French <sfrench@us.ibm.com>
Mon, 23 May 2011 02:58:26 +0000 (02:58 +0000)
commitfcc31cb6f1ae6c4e64a463b124d3c2e9cbd7dd70
treecf4b73bc9d8d5e71e71b76d69550a70f58fb8278
parent2c8f981d93f830c167c811f046b5107cc24b6e1b
cifs: make cifs_send_async take a kvec array

We'll need this for async writes, so convert the call to take a kvec
array. CIFSSMBEcho is changed to put a kvec on the stack and pass
in the SMB buffer using that.

Reviewed-by: Pavel Shilovsky <piastry@etersoft.ru>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsproto.h
fs/cifs/cifssmb.c
fs/cifs/transport.c