Commit 9a395773 authored by Christoph Hellwig's avatar Christoph Hellwig

[PATCH] devfs: superflous devfs_remove in scsi

Already handled by the gendisk layer.
parent a48966ab
......@@ -1733,7 +1733,6 @@ int scsi_remove_device(struct scsi_device *sdev)
if (sdev->attached)
return -EINVAL;
devfs_remove(sdev->devfs_name);
scsi_device_unregister(sdev);
scsi_free_sdev(sdev);
......
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