From: Wayne Boyer Date: Fri, 14 May 2010 15:55:13 +0000 (-0700) Subject: [SCSI] ipr: set the data list length in the request control block X-Git-Tag: v2.6.35-rc1~38^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8803b1cef28af785c4e903b9b1449898d68c758;p=pandora-kernel.git [SCSI] ipr: set the data list length in the request control block In bring up testing for the new 64 bit adapters, the first read command failed after loading the driver. The cause was that the command requires more than one scatter gather element and the corresponding code to set the data list length in the request control block was missing. This patch adds the correct assignment. Signed-off-by: Wayne Boyer Acked-by: Brian King Signed-off-by: James Bottomley --- Reading git-diff-tree failed