linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] scsi: virtio_scsi: remove unused 'affinity_hint_set'
@ 2019-06-19  7:52 Dongli Zhang
  2019-06-19 10:24 ` Paolo Bonzini
  2019-06-20 21:52 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Dongli Zhang @ 2019-06-19  7:52 UTC (permalink / raw)
  To: virtualization, linux-scsi
  Cc: linux-kernel, mst, jasowang, pbonzini, stefanha, jejb, martin.petersen

The 'affinity_hint_set' is not used any longer since
commit 0d9f0a52c8b9 ("virtio_scsi: use virtio IRQ affinity").

Signed-off-by: Dongli Zhang <dongli.zhang@oracle.com>
---
 drivers/scsi/virtio_scsi.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/scsi/virtio_scsi.c b/drivers/scsi/virtio_scsi.c
index 13f1b3b..1705398 100644
--- a/drivers/scsi/virtio_scsi.c
+++ b/drivers/scsi/virtio_scsi.c
@@ -74,9 +74,6 @@ struct virtio_scsi {
 
 	u32 num_queues;
 
-	/* If the affinity hint is set for virtqueues */
-	bool affinity_hint_set;
-
 	struct hlist_node node;
 
 	/* Protected by event_vq lock */
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-20 21:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-19  7:52 [PATCH 1/1] scsi: virtio_scsi: remove unused 'affinity_hint_set' Dongli Zhang
2019-06-19 10:24 ` Paolo Bonzini
2019-06-20 21:52 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).