Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38836
b: refs/heads/master
c: 62f140c
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse committed Sep 7, 2006
1 parent 33d7f71 commit 766b6f0
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: a1d144c71ddc11d3e9d9f29e92cf037da382a541
refs/heads/master: 62f140c173f2c85e15527eefc6e2fb3c37a97eb1
3 changes: 2 additions & 1 deletion trunk/fs/gfs2/locking/dlm/sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ static ssize_t block_store(struct gdlm_ls *ls, const char *buf, size_t len)
else if (val == 0) {
clear_bit(DFL_BLOCK_LOCKS, &ls->flags);
gdlm_submit_delayed(ls);
} else
} else {
ret = -EINVAL;
}
return ret;
}

Expand Down

0 comments on commit 766b6f0

Please sign in to comment.