scsi: virtio_scsi: unify scsi_host_template
authorMing Lei <ming.lei@redhat.com>
Tue, 13 Mar 2018 09:42:43 +0000 (17:42 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 15 Mar 2018 03:31:13 +0000 (23:31 -0400)
commitc3506df85091ab41cf7716244c460e15136100c4
tree5836c8cba2490ae8e75448d04bb037987fed55d8
parentb5b6e8c8d3b4cbeb447a0f10c7d5de3caa573299
scsi: virtio_scsi: unify scsi_host_template

Now that virtio_scsi uses blk-mq exclusively, we can remove the
scsi_host_template and associated plumbing for the legacy I/O path.

[mkp: commit desc]

Cc: Omar Sandoval <osandov@fb.com>,
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>,
Cc: James Bottomley <james.bottomley@hansenpartnership.com>,
Cc: Christoph Hellwig <hch@lst.de>,
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Mike Snitzer <snitzer@redhat.com>
Cc: Laurence Oberman <loberman@redhat.com>
Cc: Hannes Reinecke <hare@suse.de>
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Suggested-by: Christoph Hellwig <hch@lst.de>,
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/virtio_scsi.c