]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: Remove unused member cmd_pool for structure scsi_host_template
authorXiang Chen <chenxiang66@hisilicon.com>
Fri, 11 Feb 2022 06:42:58 +0000 (14:42 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 11 Feb 2022 22:13:29 +0000 (17:13 -0500)
commit78aec6dc24588c4e532761bb7b1b961340317f1e
treed334ddafb6e39f4c74dba5d700b33c59205e1bb0
parent3450d4ff2d5a9ca9465ac45e9e111284cac1fc47
scsi: Remove unused member cmd_pool for structure scsi_host_template

After commit 83b420c05ef4 ("scsi: allocate scsi_cmnd structures as part of
struct request"), the member cmd_pool in structure scsi_host_template is
not used, so remove it.

Link: https://lore.kernel.org/r/1644561778-183074-5-git-send-email-chenxiang66@hisilicon.com
Reviewed-by: John Garry <john.garry@huawei.com>
Signed-off-by: Xiang Chen <chenxiang66@hisilicon.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
include/scsi/scsi_host.h