]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
scsi: libfc: fixup lockdep annotations
authorHannes Reinecke <hare@suse.de>
Wed, 11 Jul 2018 08:09:27 +0000 (10:09 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 13 Jul 2018 03:01:16 +0000 (23:01 -0400)
fc_rport_recv_plogi_req() needs the lport mutex to be held; the rport mutex
will be acquired in the function itself.

Fixes: ee35624e1e4e ("scsi: libfc: Add lockdep annotations")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Hannes Reinecke <hare@suse.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/libfc/fc_rport.c

index 6aff9303251a80c12ffe5218cd0eab311ca6c4b7..3d51a936f6d547597daa94f819829e3291f9caaf 100644 (file)
@@ -1835,7 +1835,7 @@ static void fc_rport_recv_plogi_req(struct fc_lport *lport,
        struct fc_seq_els_data rjt_data;
        u32 sid;
 
-       lockdep_assert_held(&rdata->rp_mutex);
+       lockdep_assert_held(&lport->lp_mutex);
 
        sid = fc_frame_sid(fp);