commit | fc2b035d38c06a884cb521bb4a1e1183f5eaccf1 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jun 27 22:43:06 2005 +0200 |
committer | James Bottomley <jejb@mulgrave.(none)> | Sat Jul 02 19:12:10 2005 -0500 |
tree | 421258fe7c6fc4d49b7ed9f6ef3995f25b361358 | |
parent | eda912e34a0cc40ddd502b3f984e37ebb2b13a71 [diff] |
[SCSI] ifdef out broken fc4 EH code This code pokes deep into EH internals and duplicates scsi_error.c code wrongly. It doesn't compile anymore in scsi-misc, so let's #if 0 out the code - the driver hasn't worked for more than five years anyway. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>