Displaying 1 result from an estimated 1 matches for "o2quo_hb_still_up".
2006 Jan 09
0
[PATCH 01/11] ocfs2: event-driven quorum
...ve decided that the node is still heartbeating
@@ -233,9 +246,10 @@ void o2quo_hb_down(u8 node)
* and indicates that we must now make a quorum decision in the future,
* though we might be doing so after waiting for holds to drain. Here
* we'll be dropping the hold from conn_err. */
-void o2quo_hb_still_up(u8 node)
+void o2quo_hb_still_up(void *arg)
{
struct o2quo_state *qs = &o2quo_state;
+ u8 node = (u8)(long)arg;
spin_lock(&qs->qs_lock);
@@ -252,7 +266,7 @@ void o2quo_hb_still_up(u8 node)
* hb_up or hb_down. it might be perpetuated by con_err until hb_down. if
* it's...