lkml.org 
[lkml]   [2016]   [Oct]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 23/44] libfc: use fc_bsg_to_shost() to access a bsg_job's Scsi_Host
    Date
    Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
    ---
    drivers/scsi/libfc/fc_lport.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/scsi/libfc/fc_lport.c b/drivers/scsi/libfc/fc_lport.c
    index 4bed7ec..c60fdb9 100644
    --- a/drivers/scsi/libfc/fc_lport.c
    +++ b/drivers/scsi/libfc/fc_lport.c
    @@ -2087,7 +2087,7 @@ int fc_lport_bsg_request(struct fc_bsg_job *job)
    struct fc_bsg_request *bsg_request = job->request;
    struct fc_bsg_reply *bsg_reply = job->reply;
    struct request *rsp = job->req->next_rq;
    - struct Scsi_Host *shost = job->shost;
    + struct Scsi_Host *shost = fc_bsg_to_shost(job);
    struct fc_lport *lport = shost_priv(shost);
    struct fc_rport *rport;
    struct fc_rport_priv *rdata;
    --
    1.8.5.6
    \
     
     \ /
      Last update: 2016-10-11 13:36    [W:5.590 / U:0.000 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site