Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38777
b: refs/heads/master
c: 08eac93
h: refs/heads/master
i:
  38775: e81eb39
v: v3
  • Loading branch information
David Teigland authored and Steven Whitehouse committed Aug 7, 2006
1 parent b4d697c commit 42f05f9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3120ec541eafc6ed19bacb395adf08c5872143bf
refs/heads/master: 08eac93a689ca05c7b7413f6d362c7d38b5fd5b1
3 changes: 2 additions & 1 deletion trunk/fs/gfs2/locking/dlm/plock.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ static ssize_t dev_write(struct file *file, const char __user *u, size_t count,
spin_lock(&ops_lock);
list_for_each_entry(op, &recv_list, list) {
if (op->info.fsid == info.fsid &&
op->info.number == info.number) {
op->info.number == info.number &&
op->info.owner == info.owner) {
list_del_init(&op->list);
found = 1;
op->done = 1;
Expand Down

0 comments on commit 42f05f9

Please sign in to comment.