Skip to content

Reverse the order in which IoComponentMgr io_finalizes components

In Athena it's necessary to reverse the order in which components are io_finalized, so components with dependencies on other IO components are finalized first, when the other ones are still active

Merge request reports