diff options
author | Joe Eykholt <jeykholt@cisco.com> | 2009-07-29 17:04:49 -0700 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-08-22 17:52:06 -0500 |
commit | 5f7ea3b7f81d5e5180647a071998b73a841bdba9 (patch) | |
tree | 29f974c9b6eb186e38f13fea8196c1107f2df738 /drivers/scsi/mvsas/mv_defs.h | |
parent | 141940548c6919c22bf0573c68fd59d961e22475 (diff) |
[SCSI] libfc: fc_rport_logoff should not drop the lock
fc_rport_logoff drops the rport lock in order to cancel work
that may be pending. This is undesirable as the state can
completely change, and the caller may not expect that the
lock could've been dropped.
If there is work pending, it will acquire the rdata mutex and
so we're protected and can change the event from READY to DELETE.
Queue the work only if there is no event already pending.
There were a couple other cases where the state was set to
DELETE and work queued, even though the state may have already
been DELETE. Fix these using a common function fc_rport_enter_delete().
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@HansenPartnership.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/mvsas/mv_defs.h')
0 files changed, 0 insertions, 0 deletions