Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96928
b: refs/heads/master
c: 817d10b
h: refs/heads/master
v: v3
  • Loading branch information
David Teigland committed May 19, 2008
1 parent 64bf526 commit 689d6f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0035a4b14931eb62a5f8a7762284c18e7ab14289
refs/heads/master: 817d10bad56f2fdfa321b4a864a21295226b123a
2 changes: 1 addition & 1 deletion trunk/fs/dlm/plock.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ static ssize_t dev_write(struct file *file, const char __user *u, size_t count,
struct plock_xop *xop;
xop = (struct plock_xop *)op;
if (xop->callback)
count = dlm_plock_callback(op);
dlm_plock_callback(op);
else
wake_up(&recv_wq);
} else
Expand Down

0 comments on commit 689d6f4

Please sign in to comment.