commit | b6aff66953a29e40e0683be9b39c369ade143a5b | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Fri Jul 20 11:10:05 2007 -0500 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Jul 20 12:29:07 2007 -0500 |
tree | cf46848d871cc9a7e8ca9ab662aae313b23467f2 | |
parent | e7cbff13ec1f236a3f8341c503a2e1bd0cf692e5 [diff] |
[SCSI] scsi_transport_sas: add destructor for bsg There's currently no destructor for the bsg components. If you insert and remove the module, you see the bsg devices building up and up. This patch adds the destructor in the correct place in the transport class so that the bsg and request queue are removed just before the device destruction. Acked-by: FUJITA Tomonori <tomof@acm.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>