]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/hosts.c
Merge mulgrave-w:git/linux-2.6
[linux-2.6-omap-h63xx.git] / drivers / scsi / hosts.c
index f244d4f6597a42a9ddc2a9fb6530ef8db8368c31..68ef1636678dfe21189a39ebb10accba5068e70e 100644 (file)
@@ -265,6 +265,9 @@ static void scsi_host_dev_release(struct device *dev)
                destroy_workqueue(shost->work_q);
 
        scsi_destroy_command_freelist(shost);
+       if (shost->bqt)
+               blk_free_tags(shost->bqt);
+
        kfree(shost->shost_data);
 
        if (parent)