search for: join_disallow

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

2010 Jun 16
2
[PATCH] ocfs2/dlm: check dlm_state under spinlock
...omain_respond; /* * There is a small window where the joining node may not see the @@ -811,7 +811,7 @@ static int dlm_query_join_handler(struct o2net_msg *msg, u32 len, void *data, "have node %u in its nodemap\n", query->node_idx, nodenum); packet.code = JOIN_DISALLOW; - goto unlock_respond; + goto unlock_domain_respond; } } nodenum++; @@ -821,9 +821,9 @@ static int dlm_query_join_handler(struct o2net_msg *msg, u32 len, void *data, * to be put in someone's domain map. * Also, explicitly disallow joining at certain troublesome * times...