From: Jeff Layton Date: Tue, 18 Sep 2012 23:20:34 +0000 (-0700) Subject: cifs: convert send code to use smb_rqst structs X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~66^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f49f46b187df34539f1e5df2469b8a541897700;p=pandora-kernel.git cifs: convert send code to use smb_rqst structs Again, just a change in the arguments and some function renaming here. In later patches, we'll change this code to deal with page arrays. In this patch, we add a new smb_send_rqst wrapper and have smb_sendv call that. Then we move most of the existing smb_sendv code into a new function -- smb_send_kvec. This seems a little redundant, but later we'll flesh this out to deal with arrays of pages. Reviewed-by: Pavel Shilovsky Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed