sbp2: remove manipulation of inquiry response
authorBen Collins <bcollins@ubuntu.com>
Mon, 12 Jun 2006 22:12:59 +0000 (18:12 -0400)
committerBen Collins <bcollins@ubuntu.com>
Mon, 12 Jun 2006 22:12:59 +0000 (18:12 -0400)
commitfe42b05a9929e159355bde6025ae46db2ac88658
tree61a4bd4dd7b138e3d3148f1b288158eb53361c37
parenteaf88450d21fc839c3e77fa6942b8d4192bdfe53
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 <stefanr@s5r6.in-berlin.de>
Signed-off-by: Ben Collins <bcollins@ubuntu.com>
drivers/ieee1394/sbp2.c
drivers/ieee1394/sbp2.h