scsi: core: Show SCMD_LAST in text form
authorBart Van Assche <bvanassche@acm.org>
Mon, 29 Nov 2021 19:46:00 +0000 (11:46 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jan 2022 10:05:22 +0000 (11:05 +0100)
commit46f6dda2a6fc46339832a71036dff6f36b368597
treee1c7d6a59f2c7b03a832db0230090d595f58cf76
parent53b2ad98d2bb6c2d020cb4bd7e2d406bb310b0e7
scsi: core: Show SCMD_LAST in text form

commit 3369046e54ca8f82e0cb17740643da2d80d3cfa8 upstream.

The SCSI debugfs code supports showing information about pending commands,
including translating SCSI command flags from numeric into text format.
Also convert the SCMD_LAST flag from numeric into text form.

Link: https://lore.kernel.org/r/20211129194609.3466071-4-bvanassche@acm.org
Fixes: 8930a6c20791 ("scsi: core: add support for request batching")
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/scsi/scsi_debugfs.c