aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/ocfs2/dlm/dlmmaster.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ocfs2/dlm/dlmmaster.c b/fs/ocfs2/dlm/dlmmaster.c
index 0b7e29e916ed..1b28d3eedac7 100644
--- a/fs/ocfs2/dlm/dlmmaster.c
+++ b/fs/ocfs2/dlm/dlmmaster.c
@@ -1741,7 +1741,8 @@ int dlm_assert_master_handler(struct o2net_msg *msg, u32 len, void *data)
1741 goto kill; 1741 goto kill;
1742 } 1742 }
1743 if (!mle) { 1743 if (!mle) {
1744 if (res->owner != assert->node_idx) { 1744 if (res->owner != DLM_LOCK_RES_OWNER_UNKNOWN &&
1745 res->owner != assert->node_idx) {
1745 mlog(ML_ERROR, "assert_master from " 1746 mlog(ML_ERROR, "assert_master from "
1746 "%u, but current owner is " 1747 "%u, but current owner is "
1747 "%u! (%.*s)\n", 1748 "%u! (%.*s)\n",