From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Tue, 29 May 2007 11:27:55 +0100 Subject: [Cluster-devel] Re: [PATCH] dlm: fix compile breakage In-Reply-To: <465BF98F.6000708@ubuntu.com> References: <20070518210257.GA1266@redhat.com> <1180429159.25918.43.camel@quoit> <465BF98F.6000708@ubuntu.com> Message-ID: <1180434475.25918.52.camel@quoit> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, Ah. I'd not spotted that there were two different update patches :( I've made the change myself as its easier to do that than to remove and reapply the later patch at this stage. It compiles ok for me anyway now, Steve. On Tue, 2007-05-29 at 11:59 +0200, Fabio Massimo Di Nitto wrote: > Hi Steven, > > you probably want to take the more recent version of this patch from cluster-devel. > > r->res_ls should be ls. > > Thanks for pulling the other patch too. > > Fabio > > Steven Whitehouse wrote: > > Hi, > > > > Now applied to the git tree. Thanks, > > > > Steve. > > > > On Fri, 2007-05-18 at 16:02 -0500, David Teigland wrote: > >> In the rush to get the previous patch set sent, a compilation bug I fixed > >> shortly before sending somehow got clobbered, probably by a missed quilt > >> refresh or something. > >> > >> Signed-off-by: David Teigland > >> > >> Index: linux-quilt/fs/dlm/lock.c > >> =================================================================== > >> --- linux-quilt.orig/fs/dlm/lock.c 2007-05-18 15:53:11.000000000 -0500 > >> +++ linux-quilt/fs/dlm/lock.c 2007-05-18 15:54:51.000000000 -0500 > >> @@ -1098,8 +1098,8 @@ > >> } > >> > >> if (do_cancel) { > >> - log_debug("timeout cancel %x node %d %s", lkb->lkb_id, > >> - lkb->lkb_nodeid, r->res_name); > >> + log_debug(r->res_ls, "timeout cancel %x node %d %s", > >> + lkb->lkb_id, lkb->lkb_nodeid, r->res_name); > >> lkb->lkb_flags &= ~DLM_IFL_WATCH_TIMEWARN; > >> lkb->lkb_flags |= DLM_IFL_TIMEOUT_CANCEL; > >> del_timeout(lkb); > >