From: James Bottomley Date: Fri, 20 Jul 2007 16:10:05 +0000 (-0500) Subject: [SCSI] scsi_transport_sas: add destructor for bsg X-Git-Tag: v2.6.23-rc1~7^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6aff66953a29e40e0683be9b39c369ade143a5b;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed