提交 2439fe50 编写于 作者: J Josef Bacik 提交者: Steven Whitehouse

[DLM] Fix dlm_lowcoms_stop hang

When you attempt to release a lockspace in DLM, it will hang trying to down a
semaphore that has already been downed.  The attached patch fixes the problem.
Signed-off-by: NJosef Bacik <jwhiter@redhat.com>
Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
Cc: Patrick Caulfield <pcaulfie@redhat.com>
上级 7d3c1feb
......@@ -1407,7 +1407,7 @@ void dlm_lowcomms_stop(void)
clean_writequeues();
for (i = 0; i < max_nodeid; i++) {
con = nodeid2con(i, 0);
con = __nodeid2con(i, 0);
if (con) {
close_connection(con, true);
if (con->othercon)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册