From: Jeff Layton Date: Tue, 18 Sep 2012 23:20:35 +0000 (-0700) Subject: cifs: change cifs_call_async to use smb_rqst structs X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~66^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fec344e3f31aa911297cd3a4639432d983b1f324;p=pandora-kernel.git cifs: change cifs_call_async to use smb_rqst structs For now, none of the callers populate rq_pages. That will be done for writes in a later patch. While we're at it, change the prototype of setup_async_request not to need a return pointer argument. Just return the pointer to the mid_q_entry or an ERR_PTR. Reviewed-by: Pavel Shilovsky Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed