Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180371
b: refs/heads/master
c: 86a06ab
h: refs/heads/master
i:
  180369: 04adb2c
  180367: 086a9c8
v: v3
  • Loading branch information
Sunil Mushran authored and Joel Becker committed Feb 8, 2010
1 parent 4f3eb90 commit 0b8b311
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: bd6b0bf87d8cf3d9cfeadeb12dbf5449e3e50765
refs/heads/master: 86a06abab0ffbb9d8ce2b7f6b6652412ce2d2c36
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/dlm/dlmdebug.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ void __dlm_print_one_lock_resource(struct dlm_lock_resource *res)
assert_spin_locked(&res->spinlock);

stringify_lockname(res->lockname.name, res->lockname.len,
buf, sizeof(buf) - 1);
buf, sizeof(buf));
printk("lockres: %s, owner=%u, state=%u\n",
buf, res->owner, res->state);
printk(" last used: %lu, refcnt: %u, on purge list: %s\n",
Expand Down

0 comments on commit 0b8b311

Please sign in to comment.