cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH] dlm: fix compile breakage
@ 2007-05-18 21:02 David Teigland
  2007-05-22 13:32 ` David Teigland
  2007-05-29  8:59 ` [Cluster-devel] " Steven Whitehouse
  0 siblings, 2 replies; 6+ messages in thread
From: David Teigland @ 2007-05-18 21:02 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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);



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-05-29 10:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).