提交 10f2b671 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!685 unlock driver when clean up driver failed

Merge pull request !685 from Zhangxiaoyu/master
......@@ -509,6 +509,7 @@ int graphdriver_cleanup(void)
if (g_graphdriver->ops->clean_up(g_graphdriver) != 0) {
ret = -1;
driver_unlock();
goto out;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册