From: FUJITA Tomonori Date: Sun, 27 Jan 2008 03:41:50 +0000 (+0900) Subject: [SCSI] zfcp: fix sense_buffer access bug X-Git-Tag: v2.6.25-rc1~1140^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d058ecfd444d247b7448e0ef44647514d91a4f2;p=pandora-kernel.git [SCSI] zfcp: fix sense_buffer access bug The commit de25deb18016f66dcdede165d07654559bb332bc changed scsi_cmnd.sense_buffer from a static array to a dynamically allocated buffer. We can't access to sense_buffer in '&cmd->sense_buffer' way. Signed-off-by: FUJITA Tomonori Acked-by: Christof Schmitt Signed-off-by: James Bottomley --- Reading git-diff-tree failed