Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-16799 vos: handle concurrent pool_open in VOS (#15524)
The pool_open() logic maybe yield in VOS, then it is possible that multiple pool_open() sponsors open the same vos pool concurrently. This patch serializes such concurrent pool_open() and handle kinds of race conditions. Signed-off-by: Fan Yong <[email protected]>
- Loading branch information