From 0b8b31116cc280d3e7d7eeee0a4097b824c4a6ae Mon Sep 17 00:00:00 2001 From: Sunil Mushran Date: Fri, 5 Feb 2010 17:55:56 -0800 Subject: [PATCH] --- yaml --- r: 180371 b: refs/heads/master c: 86a06abab0ffbb9d8ce2b7f6b6652412ce2d2c36 h: refs/heads/master i: 180369: 04adb2cfa916570fe709031217da1f9da217bb37 180367: 086a9c803498af775c68812105d7e4d058383e01 v: v3 --- [refs] | 2 +- trunk/fs/ocfs2/dlm/dlmdebug.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 86f0571a1c37..238c59b19419 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bd6b0bf87d8cf3d9cfeadeb12dbf5449e3e50765 +refs/heads/master: 86a06abab0ffbb9d8ce2b7f6b6652412ce2d2c36 diff --git a/trunk/fs/ocfs2/dlm/dlmdebug.c b/trunk/fs/ocfs2/dlm/dlmdebug.c index 42b0bad7a612..0cd24cf54396 100644 --- a/trunk/fs/ocfs2/dlm/dlmdebug.c +++ b/trunk/fs/ocfs2/dlm/dlmdebug.c @@ -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",