aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
diff options
context:
space:
mode:
authorKurt Hackel <kurt.hackel@oracle.com>2006-05-01 17:29:59 -0400
committerMark Fasheh <mark.fasheh@oracle.com>2006-06-26 17:43:15 -0400
commit44a7f1d063bbe45773353903f36d9d88fb73d82a (patch)
treee92f4508054957263eed55e0cf8621174888f18a /fs/ocfs2
parentb220532a71adf65d45c3aa8a284bfa7ec57957bd (diff)
ocfs2: mlog in dlm_convert_lock_handler() should be ML_ERROR
Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2')
-rw-r--r--fs/ocfs2/dlm/dlmconvert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dlm/dlmconvert.c b/fs/ocfs2/dlm/dlmconvert.c
index 2f7ad5261281..b24fa537a767 100644
--- a/fs/ocfs2/dlm/dlmconvert.c
+++ b/fs/ocfs2/dlm/dlmconvert.c
@@ -484,7 +484,7 @@ int dlm_convert_lock_handler(struct o2net_msg *msg, u32 len, void *data)
484 list_for_each(iter, &res->granted) { 484 list_for_each(iter, &res->granted) {
485 lock = list_entry(iter, struct dlm_lock, list); 485 lock = list_entry(iter, struct dlm_lock, list);
486 if (lock->ml.node == cnv->node_idx) { 486 if (lock->ml.node == cnv->node_idx) {
487 mlog(0, "There is something here " 487 mlog(ML_ERROR, "There is something here "
488 "for node %u, lock->ml.cookie=%llu, " 488 "for node %u, lock->ml.cookie=%llu, "
489 "cnv->cookie=%llu\n", cnv->node_idx, 489 "cnv->cookie=%llu\n", cnv->node_idx,
490 lock->ml.cookie, cnv->cookie); 490 lock->ml.cookie, cnv->cookie);