aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmdomain.c
diff options
context:
space:
mode:
authorSunil Mushran <sunil.mushran@oracle.com>2010-11-19 15:06:49 -0800
committerJoel Becker <joel.becker@oracle.com>2010-12-16 00:46:05 -0800
commit8e17d16f401f7c60908726e070bfa5cbdf31e2f3 (patch)
tree7d328ec4cdd8fd3e4073eb854c262f10a53eb514 /fs/ocfs2/dlm/dlmdomain.c
parentocfs2: Try to free truncate log when meeting ENOSPC in write. (diff)
downloadlinux-dev-8e17d16f401f7c60908726e070bfa5cbdf31e2f3.tar.xz
linux-dev-8e17d16f401f7c60908726e070bfa5cbdf31e2f3.zip
ocfs2/dlm: Cleanup mlogs in dlmthread.c, dlmast.c and dlmdomain.c
Add the domain name and the resource name in the mlogs. Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com> Signed-off-by: Joel Becker <joel.becker@oracle.com>
Diffstat (limited to 'fs/ocfs2/dlm/dlmdomain.c')
-rw-r--r--fs/ocfs2/dlm/dlmdomain.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ocfs2/dlm/dlmdomain.c b/fs/ocfs2/dlm/dlmdomain.c
index cc2aaa96cfe5..fcc40c33489d 100644
--- a/fs/ocfs2/dlm/dlmdomain.c
+++ b/fs/ocfs2/dlm/dlmdomain.c
@@ -460,8 +460,6 @@ redo_bucket:
}
cond_resched_lock(&dlm->spinlock);
num += n;
- mlog(0, "%s: touched %d lockreses in bucket %d "
- "(tot=%d)\n", dlm->name, n, i, num);
}
spin_unlock(&dlm->spinlock);
wake_up(&dlm->dlm_thread_wq);