]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[DLM] wait for config check during join [6/6]
authorDavid Teigland <teigland@redhat.com>
Fri, 18 May 2007 14:03:35 +0000 (09:03 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 9 Jul 2007 07:22:42 +0000 (08:22 +0100)
commit8b0e7b2cf35aa827ed5efb508c1879481b970496
treec1304a8b65cd0e1b474623903ba0907bc209f439
parent79d72b54483bf81b9f9de0dd555c710ac7267986
[DLM] wait for config check during join [6/6]

Joining the lockspace should wait for the initial round of inter-node
config checks to complete before returning.  This way, if there's a
configuration mismatch between the joining node and the existing nodes,
the join can fail and return an error to the application.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/dlm/dlm_internal.h
fs/dlm/lockspace.c
fs/dlm/member.c
fs/dlm/rcom.c