[SCSI] scsi_error: send the sense buffer down without copying
authorJames Bottomley <James.Bottomley@steeleye.com>
Tue, 22 May 2007 19:43:14 +0000 (14:43 -0500)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Thu, 24 May 2007 14:10:02 +0000 (09:10 -0500)
commit355dfa1bc8026d185678fed4e409719a595b2d39
treef3d2c19268bf879565509730e611d4d389d78fbc
parenta6123f142924a5e21f6d48e6e3c67d9060726caa
[SCSI] scsi_error: send the sense buffer down without copying

Now that the block submission path correctly bounces, we can simply
use the command sense_buffer to send to retrieve sense information and
junk the unnecessary page allocation.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/scsi_error.c