commit | 355dfa1bc8026d185678fed4e409719a595b2d39 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Tue May 22 14:43:14 2007 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Thu May 24 09:10:02 2007 -0500 |
tree | f3d2c19268bf879565509730e611d4d389d78fbc | |
parent | a6123f142924a5e21f6d48e6e3c67d9060726caa [diff] |
[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>