cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Steven Whitehouse <swhiteho@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] Re: [PATCH] dlm: fix compile breakage
Date: Tue, 29 May 2007 11:27:55 +0100	[thread overview]
Message-ID: <1180434475.25918.52.camel@quoit> (raw)
In-Reply-To: <465BF98F.6000708@ubuntu.com>

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 <teigland@redhat.com>
> >>
> >> 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);
> 
> 



      reply	other threads:[~2007-05-29 10:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-18 21:02 [Cluster-devel] [PATCH] dlm: fix compile breakage David Teigland
2007-05-22 13:32 ` David Teigland
2007-05-23  5:09   ` Fabio Massimo Di Nitto
2007-05-29  8:59 ` [Cluster-devel] " Steven Whitehouse
2007-05-29  9:59   ` Fabio Massimo Di Nitto
2007-05-29 10:27     ` Steven Whitehouse [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1180434475.25918.52.camel@quoit \
    --to=swhiteho@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).