提交 90101c31 编写于 作者: S Steven Whitehouse

[GFS2] Compile fix for glock.c

This one liner got missed from the previous patch.
Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
上级 12132933
......@@ -1786,7 +1786,7 @@ static void clear_glock(struct gfs2_glock *gl)
}
if (gfs2_glmutex_trylock(gl)) {
if (list_empty(gl, &gl->gl_holders) &&
if (list_empty(&gl->gl_holders) &&
gl->gl_state != LM_ST_UNLOCKED)
handle_callback(gl, LM_ST_UNLOCKED);
gfs2_glmutex_unlock(gl);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册