From: Jeff Layton Date: Tue, 18 Sep 2012 23:20:36 +0000 (-0700) Subject: cifs: allocate kvec array for cifs_readdata as a separate allocation X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~66^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4e49cd2dce2ccac6feae64fbb4e90f7d8baf370;p=pandora-kernel.git cifs: allocate kvec array for cifs_readdata as a separate allocation Eventually, we're going to want to append a list of pages to cifs_readdata instead of a list of kvecs. To prepare for that, turn the kvec array allocation into a separate one and just keep a pointer to it in the readdata. Signed-off-by: Jeff Layton --- Reading git-diff-tree failed