cluster: STABLE3 - dlm_controld: remove unused plock_exit

David Teigland teigland@fedoraproject.org
Mon May 11 15:19:00 GMT 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=25f20bd6e0c868fa0ca99c60247356f01923d104
Commit:        25f20bd6e0c868fa0ca99c60247356f01923d104
Parent:        a458cd9bc0fb25d369e3e6254ddcc4afef28d3f8
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Thu May 7 12:58:36 2009 -0500
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Mon May 11 10:05:06 2009 -0500

dlm_controld: remove unused plock_exit

It's done by close_plock().

Signed-off-by: David Teigland <teigland@redhat.com>
---
 group/dlm_controld/plock.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/group/dlm_controld/plock.c b/group/dlm_controld/plock.c
index 052196f..0b432d1 100644
--- a/group/dlm_controld/plock.c
+++ b/group/dlm_controld/plock.c
@@ -1544,11 +1544,6 @@ void process_saved_plocks(struct lockspace *ls)
 	}
 }
 
-void plock_exit(void)
-{
-	saCkptFinalize(system_ckpt_handle);
-}
-
 /* locks still marked SYNCING should not go into the ckpt; the new node
    will get those locks by receiving PLOCK_SYNC messages */
 



More information about the Cluster-cvs mailing list