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 09:54:29 +0000 (10:54 +0100)
commit4fe77b7cd27229486b67c83df71019fe89d3951e
tree3d31f6ab800c6ecb6fa9e1c8ae8d32c8cf953137
parentb30240911da4a19560daa51c1e1d328f9903dde7
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