diff options
author | Brian King <brking@linux.vnet.ibm.com> | 2010-08-05 16:38:31 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-08-06 12:26:33 -0500 |
commit | d5da3040d798df4bbb62579b97f8b6b83749da22 (patch) | |
tree | 96efaf510657b9be678a9a31c807988ca7ae3cdd /kernel/rtmutex_common.h | |
parent | 161155519c27773b8f35ee3d7a1b49acfc9eee73 (diff) | |
download | blackbird-op-linux-d5da3040d798df4bbb62579b97f8b6b83749da22.tar.gz blackbird-op-linux-d5da3040d798df4bbb62579b97f8b6b83749da22.zip |
[SCSI] ibmvfc: Fix rport add/delete race resulting in oops
Commit 43c8da907ccc656935d1085701f4db83385d8a59 introduced a race
condition which can occur when adding/deleting rports. There are
two possible threads now that can be deleting rports in the ibmvfc
driver, which can result in list_del being called twice, resulting
in an oops. This patch adds a new state to the ibmvfc_target struct
to indicate the target has been removed from the list and is in
the process of being deleted.
Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'kernel/rtmutex_common.h')
0 files changed, 0 insertions, 0 deletions