scsi: core: Remove scsi_sdb_cache
After commit f664a3cc17
("scsi: kill off the legacy IO path"),
scsi_sdb_cache is not used anymore. Remove it.
Link: https://lore.kernel.org/r/20200619154117.10262-2-huobean@gmail.com
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Bean Huo <beanhuo@micron.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:

committed by
Martin K. Petersen

parent
da3f28da1c
commit
71df6fb976
@@ -754,9 +754,6 @@ static int __init init_scsi(void)
|
||||
{
|
||||
int error;
|
||||
|
||||
error = scsi_init_queue();
|
||||
if (error)
|
||||
return error;
|
||||
error = scsi_init_procfs();
|
||||
if (error)
|
||||
goto cleanup_queue;
|
||||
|
Reference in New Issue
Block a user