On 1/12/18 2:52 PM, Bart Van Assche wrote: > When debugging e.g. the SCSI timeout handler it is important that > requests that have not yet been started or that already have > completed are also reported through debugfs. > > This patch depends on a patch that went upstream recently, namely > commit 14e3062fb185 ("scsi: core: Fix a scsi_show_rq() NULL pointer > dereference"). Why don't we just kill the check, and dump any request that has a matching hctx? We already know the bit was set, so just print all of them. -- Jens Axboe