]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scsi: scsi_debug: Remove a reference to in_use_bm
authorBart Van Assche <bvanassche@acm.org>
Mon, 24 Feb 2025 11:55:15 +0000 (11:55 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 25 Feb 2025 01:53:07 +0000 (20:53 -0500)
commit7f92ca91c8efa095ab5607b7c67b90eee9ff4683
tree9153000c728fbcc90d38e30243b16691d767a371
parent2af3b0c1082bd9365faf0a6c82264d09fe081f33
scsi: scsi_debug: Remove a reference to in_use_bm

Commit f1437cd1e535 ("scsi: scsi_debug: Drop sdebug_queue") removed the
'in_use_bm' struct member. Hence remove a reference to that struct member
from the procfs host info file.

Fixes: f1437cd1e535 ("scsi: scsi_debug: Drop sdebug_queue")
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: John Garry <john.g.garry@oracle.com>
Link: https://lore.kernel.org/r/20250224115517.495899-3-john.g.garry@oracle.com
Reviewed-by: John Garry <john.g.garry@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_debug.c