Refactor: fencer: no need to check the length of a non-empty list for pending fencing actions
"if (device->pending_ops)" is sufficient here. An empty GList* is
guaranteed to be NULL, and a non-empty list non-NULL.
Refactor: fencer: no need to check the length of a non-empty list for pending… Tags None Referenced Files None Subscribers None
Description
Details
Event Timeline |