aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorDick Kennedy <[email protected]>2020-05-01 14:43:04 -0700
committerMartin K. Petersen <[email protected]>2020-05-07 22:47:21 -0400
commitb98214f6070ef5052b763b61ac2089a9ac6c8677 (patch)
tree59444bac4481a6b5aa5020554e31cfc43b06e195 /tools/perf/scripts/python/bin
parent164ba8d2df66735dd4f00d3b85d898a907fa6982 (diff)
scsi: lpfc: Remove re-binding of nvme rport during registration
The lldd rebinds the ndlp with rport during a nvme rport registration (via nvme_fc_register_remoteport). If rport & ndlp pointers are same as the previous one, the lldd will re-use the ndlp and rport association without re-initialization. This assumption is incorrect. The lldd should be ignorant of whether the returned rport pointer is new or not, and should always assume it is new. Remove the re-binding code, always assumes that rport pointer received from transport is a new pointer. Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Hannes Reinecke <[email protected]> Signed-off-by: Dick Kennedy <[email protected]> Signed-off-by: James Smart <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions