Commit 0600d2be authored by James Bottomley's avatar James Bottomley

SCSI: fix transport statistics mismerge

Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent dac1ab6d
...@@ -835,9 +835,6 @@ void fc_release_transport(struct scsi_transport_template *t) ...@@ -835,9 +835,6 @@ void fc_release_transport(struct scsi_transport_template *t)
transport_container_unregister(&i->t.target_attrs); transport_container_unregister(&i->t.target_attrs);
transport_container_unregister(&i->t.host_attrs); transport_container_unregister(&i->t.host_attrs);
attribute_container_unregister(&i->t.target_attrs);
attribute_container_unregister(&i->t.host_attrs);
kfree(i); kfree(i);
} }
EXPORT_SYMBOL(fc_release_transport); EXPORT_SYMBOL(fc_release_transport);
......
...@@ -989,9 +989,6 @@ void spi_release_transport(struct scsi_transport_template *t) ...@@ -989,9 +989,6 @@ void spi_release_transport(struct scsi_transport_template *t)
transport_container_unregister(&i->t.target_attrs); transport_container_unregister(&i->t.target_attrs);
transport_container_unregister(&i->t.host_attrs); transport_container_unregister(&i->t.host_attrs);
attribute_container_unregister(&i->t.target_attrs);
attribute_container_unregister(&i->t.host_attrs);
kfree(i); kfree(i);
} }
EXPORT_SYMBOL(spi_release_transport); EXPORT_SYMBOL(spi_release_transport);
......
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