Commit b93c47a6 authored by Matt Domsch's avatar Matt Domsch

EDD: Until scsi layer is fixed, don't make symlink to scsi disk

parent bffe95c8
...@@ -763,7 +763,16 @@ static void edd_populate_dir(struct edd_device * edev) ...@@ -763,7 +763,16 @@ static void edd_populate_dir(struct edd_device * edev)
if (!error) { if (!error) {
edd_create_symlink_to_pcidev(edev); edd_create_symlink_to_pcidev(edev);
edd_create_symlink_to_scsidev(edev);
/* FIXME - as of 15-Jan-2003, there are some
non-"scsi_device"s on the scsi_bus list. The following
function could possibly mis-access memory in that
case. This is actually a problem with the SCSI
layer, which is being addressed there. Until then,
don't call this function.
edd_create_symlink_to_scsidev(edev);
*/
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment