diff options
-rw-r--r-- | drivers/scsi/scsi_lib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c index e1c7eebfe907..7bfec7e7a8a0 100644 --- a/drivers/scsi/scsi_lib.c +++ b/drivers/scsi/scsi_lib.c | |||
@@ -1712,6 +1712,7 @@ void scsi_exit_queue(void) | |||
1712 | int i; | 1712 | int i; |
1713 | 1713 | ||
1714 | kmem_cache_destroy(scsi_io_context_cache); | 1714 | kmem_cache_destroy(scsi_io_context_cache); |
1715 | kmem_cache_destroy(scsi_bidi_sdb_cache); | ||
1715 | 1716 | ||
1716 | for (i = 0; i < SG_MEMPOOL_NR; i++) { | 1717 | for (i = 0; i < SG_MEMPOOL_NR; i++) { |
1717 | struct scsi_host_sg_pool *sgp = scsi_sg_pools + i; | 1718 | struct scsi_host_sg_pool *sgp = scsi_sg_pools + i; |