commit | fcc31cb6f1ae6c4e64a463b124d3c2e9cbd7dd70 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Thu May 19 16:22:53 2011 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Mon May 23 02:58:26 2011 +0000 |
tree | cf4b73bc9d8d5e71e71b76d69550a70f58fb8278 | |
parent | 2c8f981d93f830c167c811f046b5107cc24b6e1b [diff] |
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>