]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/ocfs2/heartbeat.c
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[karo-tx-linux.git] / fs / ocfs2 / heartbeat.c
index 1aa863dd901f783d71e54f19b37e78440fe46693..d8208b20dc532ea80a2f807d6b7ee39ee5c22306 100644 (file)
@@ -28,7 +28,6 @@
 #include <linux/types.h>
 #include <linux/highmem.h>
 
-#define MLOG_MASK_PREFIX ML_SUPER
 #include <cluster/masklog.h>
 
 #include "ocfs2.h"
@@ -37,6 +36,7 @@
 #include "heartbeat.h"
 #include "inode.h"
 #include "journal.h"
+#include "ocfs2_trace.h"
 
 #include "buffer_head_io.h"
 
@@ -66,7 +66,7 @@ void ocfs2_do_node_down(int node_num, void *data)
 
        BUG_ON(osb->node_num == node_num);
 
-       mlog(0, "ocfs2: node down event for %d\n", node_num);
+       trace_ocfs2_do_node_down(node_num);
 
        if (!osb->cconn) {
                /*