[Ocfs2-devel] [PATCH] ocfs2/trivial: Add default mask log for heartbeat.c

Tao Ma tao.ma at oracle.com
Sun Dec 20 22:11:36 PST 2009


I just noticed today that we have no default mask
prefix for fs/ocfs2/cluster/heartbeat.c, but we have
2 places that use "mlog(0,...)". So add the default
prefix so that these "mlog(0, ...)" can work.

Signed-off-by: Tao Ma <tao.ma at oracle.com>
---
 fs/ocfs2/cluster/heartbeat.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/ocfs2/cluster/heartbeat.c b/fs/ocfs2/cluster/heartbeat.c
index c452d11..edec9bf 100644
--- a/fs/ocfs2/cluster/heartbeat.c
+++ b/fs/ocfs2/cluster/heartbeat.c
@@ -40,6 +40,7 @@
 #include "nodemanager.h"
 #include "quorum.h"
 
+#define MLOG_MASK_PREFIX ML_HEARTBEAT
 #include "masklog.h"
 
 
-- 
1.5.5




More information about the Ocfs2-devel mailing list