Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181832
b: refs/heads/master
c: b6fa879
h: refs/heads/master
v: v3
  • Loading branch information
David Teigland committed Feb 26, 2010
1 parent 2e136b9 commit 8fd3785
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b4a5d4bc377e49239374f266f0a0e2772c29749c
refs/heads/master: b6fa8796b2da0390e9f4115e8789a01004fc1c9b
2 changes: 1 addition & 1 deletion trunk/fs/dlm/debug_fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ static int print_format3_lock(struct seq_file *s, struct dlm_lkb *lkb,
lkb->lkb_status,
lkb->lkb_grmode,
lkb->lkb_rqmode,
lkb->lkb_highbast,
lkb->lkb_bastmode,
rsb_lookup,
lkb->lkb_wait_type,
lkb->lkb_lvbseq,
Expand Down
6 changes: 4 additions & 2 deletions trunk/fs/dlm/lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,12 @@ static void queue_bast(struct dlm_rsb *r, struct dlm_lkb *lkb, int rqmode)
{
lkb->lkb_time_bast = ktime_get();

if (is_master_copy(lkb))
if (is_master_copy(lkb)) {
lkb->lkb_bastmode = rqmode; /* printed by debugfs */
send_bast(r, lkb, rqmode);
else
} else {
dlm_add_ast(lkb, AST_BAST, rqmode);
}
}

/*
Expand Down

0 comments on commit 8fd3785

Please sign in to comment.