From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Massimo Di Nitto Date: Wed, 23 May 2007 07:09:18 +0200 Subject: [Cluster-devel] [PATCH] dlm: fix compile breakage In-Reply-To: <20070522133227.GA1214@redhat.com> References: <20070518210257.GA1266@redhat.com> <20070522133227.GA1214@redhat.com> Message-ID: <4653CC7E.8000108@fabbione.net> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Steven if you prefer to pull I have the gfs2_ondisk and this patch in my gfs2 git tree here: http://kernel.ubuntu.com/git?p=fabbione/ubuntu-gutsy-gfs2.git;a=summary git://kernel.ubuntu.com/fabbione/ubuntu-gutsy-gfs2.git commit edefc430863141e79b88ab506df01179e5271580 commit 0289286a1ae4c335ea738a3593518b18db57be04 Fabio David Teigland wrote: > Fix compilation that broke when replacing log_error with log_debug. > Slightly better version that the last. > > 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-22 08:29:56.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(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); -- I'm going to make him an offer he can't refuse.