diff options
author | Brian King | 2010-08-05 23:38:31 +0200 |
---|---|---|
committer | James Bottomley | 2010-08-06 19:26:33 +0200 |
commit | d5da3040d798df4bbb62579b97f8b6b83749da22 (patch) | |
tree | 96efaf510657b9be678a9a31c807988ca7ae3cdd /drivers/net | |
parent | [SCSI] lpfc 8.3.16: Change LPFC driver version to 8.3.16 (diff) | |
download | kernel-qcow2-linux-d5da3040d798df4bbb62579b97f8b6b83749da22.tar.gz kernel-qcow2-linux-d5da3040d798df4bbb62579b97f8b6b83749da22.tar.xz kernel-qcow2-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 'drivers/net')
0 files changed, 0 insertions, 0 deletions