mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
[DLM] fix compile breakage
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>
This commit is contained in:
parent
8b0e7b2cf3
commit
639aca417d
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue