We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3882a73 commit b468b6aCopy full SHA for b468b6a
drivers/scsi/scsi_transport_fc.c
@@ -3571,7 +3571,7 @@ fc_vport_sched_delete(struct work_struct *work)
3571
static enum blk_eh_timer_return
3572
fc_bsg_job_timeout(struct request *req)
3573
{
3574
- struct bsg_job *job = (void *) req->special;
+ struct bsg_job *job = blk_mq_rq_to_pdu(req);
3575
struct Scsi_Host *shost = fc_bsg_to_shost(job);
3576
struct fc_rport *rport = fc_bsg_to_rport(job);
3577
struct fc_internal *i = to_fc_internal(shost->transportt);
0 commit comments