From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio M. Di Nitto Date: Sat, 24 Sep 2011 07:13:34 +0200 Subject: [Cluster-devel] dlm: master - dlm_controld: new plock state transfer In-Reply-To: <20110923205057.9B2CB1202FF@lists.fedorahosted.org> References: <20110923205057.9B2CB1202FF@lists.fedorahosted.org> Message-ID: <4E7D66FE.5030501@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 09/23/2011 10:50 PM, David Teigland wrote: > Gitweb: http://git.fedorahosted.org/git/dlm.git?p=dlm.git;a=commitdiff;h=fffedc10167085cb2668e5b86ad4eee38288637e > Commit: fffedc10167085cb2668e5b86ad4eee38288637e > Parent: a6e07ad59a764effe13bd02bbc22c0e25b2e225b > Author: David Teigland > AuthorDate: Fri Jul 8 16:36:20 2011 -0500 > Committer: David Teigland > CommitterDate: Fri Sep 23 15:50:12 2011 -0500 > > dlm_controld: new plock state transfer > [SNIP] > diff --git a/group/dlm_controld/Makefile.am b/group/dlm_controld/Makefile.am > index 65a7a55..aa68000 100644 > --- a/group/dlm_controld/Makefile.am > +++ b/group/dlm_controld/Makefile.am > @@ -4,8 +4,8 @@ sbin_PROGRAMS = dlm_controld > > noinst_HEADERS = config.h dlm_controld.h dlm_daemon.h > > -dlm_controld_SOURCES = action.c cpg.c crc.c deadlock.c main.c \ > - netlink.c plock.c config.c member_cman.c \ > +dlm_controld_SOURCES = action.c cpg.c crc.c main.c \ > + plock.c config.c member_cman.c \ > logging.c rbtree.c Quick question.. deadlock.c/netlink.c have been dropped from the build and not referenced anywhere for distribution. Is it a plan to kill them completely or do they need porting? Fabio