From: Jeff Layton Date: Thu, 19 May 2011 20:22:56 +0000 (-0400) Subject: cifs: add cifs_async_writev X-Git-Tag: v3.0-rc1~43^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c28c89fc43e3f81436efc4748837534d4d46f90c;p=pandora-kernel.git cifs: add cifs_async_writev Add the ability for CIFS to do an asynchronous write. The kernel will set the frame up as it would for a "normal" SMBWrite2 request, and use cifs_call_async to send it. The mid callback will then be configured to handle the result. Reviewed-by: Pavel Shilovsky Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed