summaryrefslogtreecommitdiffstats
path: root/CREDITS
diff options
context:
space:
mode:
authorRoss Lagerwall <ross.lagerwall@citrix.com>2019-02-01 15:42:28 +0100
committerMartin K. Petersen <martin.petersen@oracle.com>2019-02-05 04:17:33 +0100
commitd8f6382a7d026989029e2e50c515df954488459b (patch)
treee0841d9b235da0965232505460e47fbb94f75605 /CREDITS
parentscsi: sd_zbc: Fix zone information messages (diff)
downloadlinux-d8f6382a7d026989029e2e50c515df954488459b.tar.xz
linux-d8f6382a7d026989029e2e50c515df954488459b.zip
Revert "scsi: libfc: Add WARN_ON() when deleting rports"
This reverts commit bbc0f8bd88abefb0f27998f40a073634a3a2db89. It added a warning whose intent was to check whether the rport was still linked into the peer list. It doesn't work as intended and gives false positive warnings for two reasons: 1) If the rport is never linked into the peer list it will not be considered empty since the list_head is never initialized. 2) If the rport is deleted from the peer list using list_del_rcu(), then the list_head is in an undefined state and it is not considered empty. Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions