]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
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)
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

index e3ebb6710d41836e41701721f1f278ef36c70b0f..7631c2c465949a7823a83da328bc8e4df3b436c9 100644 (file)
@@ -7575,7 +7575,7 @@ static int scsi_debug_show_info(struct seq_file *m, struct Scsi_Host *host)
                blk_mq_tagset_busy_iter(&host->tag_set, sdebug_submit_queue_iter,
                                        &data);
                if (f >= 0) {
-                       seq_printf(m, "    in_use_bm BUSY: %s: %d,%d\n",
+                       seq_printf(m, "    BUSY: %s: %d,%d\n",
                                   "first,last bits", f, l);
                }
        }