aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi
diff options
context:
space:
mode:
authorJoe Eykholt <jeykholt@cisco.com>2009-08-25 14:03:15 -0700
committerJames Bottomley <James.Bottomley@suse.de>2009-09-10 12:07:59 -0500
commit25b37b981e706c6df72c28c94f7787c3ea0cd343 (patch)
treed1b07c6ef9fc1b659056315b4ac95de27c9d0bd9 /include/scsi
parent[SCSI] libfc: move remote port lookup for ELS requests into fc_rport.c. (diff)
downloadlinux-dev-25b37b981e706c6df72c28c94f7787c3ea0cd343.tar.xz
linux-dev-25b37b981e706c6df72c28c94f7787c3ea0cd343.zip
[SCSI] libfc: fix: rport_recv_req needs disc_mutex when calling rport_lookup
The rport_lookup function must be called while holding the disc_mutex. Otherwise, the rdata could be deleted just after that by another thread. All callers now check the state after grabbing the rdata rp_mutex. Even though rport_lookup skips ports in DELETE state, it does that without holding the rdata rp_mutex, so that the state may change. Signed-off-by: Joe Eykholt <jeykholt@cisco.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'include/scsi')
0 files changed, 0 insertions, 0 deletions