Linus Torvalds f716d83033 Allocate 96 bytes for SCSI sense data reply
The SCSI layer uses SCSI_SENSE_BUFFERSIZE (96) for the sense buffer
size, even though some other code uses "sizeof(struct request_sense)"
(which is 64 bytes).  Allocate the buffer using the bigger of the two
for safety.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-03-06 17:41:44 -08:00
..
2006-01-14 18:27:13 -08:00
2006-02-13 22:30:10 -08:00
2006-02-28 20:53:43 -08:00
2006-02-20 20:00:12 -08:00
2006-01-14 10:41:42 -08:00
2006-01-10 00:08:17 +01:00
2006-01-18 19:20:31 -08:00