From: Jeff Layton Date: Wed, 19 Sep 2012 13:22:32 +0000 (-0700) Subject: cifs: convert async read code to use pages array without kmapping X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~66^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8321fec436050b586cee448f2da0a6999e5172dd;p=pandora-kernel.git cifs: convert async read code to use pages array without kmapping Replace the "marshal_iov" function with a "read_into_pages" function. That function will copy the read data off the socket and into the pages array, kmapping and reading pages one at a time. Signed-off-by: Jeff Layton --- Reading git-diff-tree failed