[SCSI] libfc: call fc_remote_port_chkready under the host lock.
authorMike Christie <michaelc@cs.wisc.edu>
Mon, 2 Aug 2010 21:02:24 +0000 (16:02 -0500)
committerJames Bottomley <James.Bottomley@suse.de>
Fri, 6 Aug 2010 16:00:26 +0000 (11:00 -0500)
The rport port state and flags are set under the host lock,
so this patch calls fc_remote_port_chkready with the host lock
held like is also done in the other fc drivers.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>

No differences found