Details
-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
None
-
None
-
9223372036854775807
Description
In lnet_peer_discovery_complete() we must use list_for_each_entry_safe() since lnet_finalize() may remove the message from the pending message list. There should also be an assertion at the end of the function that the pending list is empty.
Attachments
Issue Links
- is related to
-
LU-9480 LNet Dynamic Discovery
- Resolved