search for: dlm_ct

Displaying 1 result from an estimated 1 matches for "dlm_ct".

2014 Sep 26
2
One node hangs up issue requiring goog idea, thanks
...e set up within 5 seconds, resend msg works well. We are forward to appreciate another better way to avoid it. Thanks. --- ocfs2/dlm/dlmthread.c 2014-06-07 10:40:09.000000000 +0800 +++ ocfs2/dlm/dlmthread.c 2014-09-26 16:42:36.000000000 +0800 @@ -517,6 +517,9 @@ static void dlm_flush_asts(struct dlm_ct struct dlm_lock_resource *res; u8 hi; + /* resend the msg again */ + int send_times = 0; + spin_lock(&dlm->ast_lock); while (!list_empty(&dlm->pending_asts)) { lock = list_entry(dlm->pending_asts.next, @@ -539,9 +542,16 @@ stat...