This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

dlm: master - dlm_controld: remove unused plock_exit


Gitweb:        http://git.fedorahosted.org/git/dlm.git?p=dlm.git;a=commitdiff;h=8941f87333ce16c59894bcb35b59d77a5b31c078
Commit:        8941f87333ce16c59894bcb35b59d77a5b31c078
Parent:        901432f5cb114f56a091ea1b680724d480f86e6e
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Thu May 7 12:58:36 2009 -0500
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Tue Jun 23 10:47:22 2009 +0200

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 483753d..77e6c71 100644
--- a/group/dlm_controld/plock.c
+++ b/group/dlm_controld/plock.c
@@ -1543,11 +1543,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 */
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]