diff options
author | Sunil Mushran | 2011-07-24 10:23:54 -0700 |
---|---|---|
committer | Sunil Mushran | 2011-07-24 10:23:54 -0700 |
commit | 8decab3c8dadcdf4f54ffb30df6e6f67b398b6e0 (patch) | |
tree | c1221be95579ae14f55774d13d48d9d938152071 /fs/ocfs2/dlm/dlmthread.c | |
parent | 1dfecf810e0eacb35987905082f23e5c2cd26e91 (diff) |
ocfs2/dlm: Clean up messages in o2dlm
o2dlm messages needed a facelift.
Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Diffstat (limited to 'fs/ocfs2/dlm/dlmthread.c')
-rw-r--r-- | fs/ocfs2/dlm/dlmthread.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ocfs2/dlm/dlmthread.c b/fs/ocfs2/dlm/dlmthread.c index 1d6d1d22c471..46faac20f16c 100644 --- a/fs/ocfs2/dlm/dlmthread.c +++ b/fs/ocfs2/dlm/dlmthread.c @@ -185,8 +185,6 @@ static void dlm_purge_lockres(struct dlm_ctxt *dlm, /* clear our bit from the master's refmap, ignore errors */ ret = dlm_drop_lockres_ref(dlm, res); if (ret < 0) { - mlog(ML_ERROR, "%s: deref %.*s failed %d\n", dlm->name, - res->lockname.len, res->lockname.name, ret); if (!dlm_is_host_down(ret)) BUG(); } |