From: Ben Collins Date: Mon, 12 Jun 2006 22:12:59 +0000 (-0400) Subject: sbp2: remove manipulation of inquiry response X-Git-Tag: v2.6.18-rc1~1094^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe42b05a9929e159355bde6025ae46db2ac88658;p=pandora-kernel.git sbp2: remove manipulation of inquiry response This code became ineffective a few Linux releases ago and is not required anyway. Note from Christoph Hellwig: scsi_cmnd.request_buffer is always a scatterlist these days. Checking random bites into it and then mangling the data in sbp2_check_sbp2_response will cause really bad memory corruption when you're not lucky enough to have the check not trigger by luck. Signed-off-by: Stefan Richter Signed-off-by: Ben Collins --- Reading git-diff-tree failed