commit | b80ca4f7ee36c26d300c5a8f429e73372d153379 | [log] [tgz] |
---|---|---|
author | FUJITA Tomonori <tomof@acm.org> | Sun Jan 13 15:46:13 2008 +0900 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Wed Jan 23 11:29:27 2008 -0600 |
tree | 277987f64a44e793eb35c0bde3e48b582fad445a | |
parent | 94aa5e5f6251ca0e1d77e083f8c2f9f40ee548c5 [diff] |
[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE This replaces sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE in several LLDs. It's a preparation for the future changes to remove sense_buffer array in scsi_cmnd structure. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>