From: Jeff Layton Date: Tue, 18 Sep 2012 23:20:35 +0000 (-0700) Subject: cifs: teach smb_send_rqst how to handle arrays of pages X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~66^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97bc00b39408a4180eeeaa976d02d37121488997;p=pandora-kernel.git cifs: teach smb_send_rqst how to handle arrays of pages Add code that allows smb_send_rqst to send an array of pages after the initial kvec array has been sent. For now, we simply kmap the page array and send it using the standard smb_send_kvec function. Eventually, we may want to convert this code to use kernel_sendpage under the hood and avoid the kmap altogether for the page data. Reviewed-by: Pavel Shilovsky Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed