From: FUJITA Tomonori Date: Mon, 23 Jul 2007 00:28:39 +0000 (+0900) Subject: [SCSI] ibmvscsi: remove unnecessary map_sg check X-Git-Tag: v2.6.23-rc3~98^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed3a3633b798a15281f9c9a89a7e74d4bdd02ebe;p=pandora-kernel.git [SCSI] ibmvscsi: remove unnecessary map_sg check No need to check use_sg since sg_tablesize is set appropriately in the scsi host template. Brian King's patch (2a7309372fe56ae46c499b772d811ad31c501dd9) did this cleanup but the data buffer accessors patch (written before the patch and merged after it) restored the check. Signed-off-by: FUJITA Tomonori Acked-by: Brian King Signed-off-by: James Bottomley --- Reading git-diff-tree failed