]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[DLM] fix compile breakage
authorDavid Teigland <teigland@redhat.com>
Fri, 18 May 2007 21:02:57 +0000 (16:02 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 9 Jul 2007 07:22:45 +0000 (08:22 +0100)
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>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/dlm/lock.c

index 3c4d570477b4655b93486b52921e9245d7cdccc1..b47e6fd0172ce3b4533ac19ed42c9358b3924bea 100644 (file)
@@ -1098,8 +1098,8 @@ void dlm_scan_timeout(struct dlm_ls *ls)
                }
 
                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);