···2828#include <linux/types.h>2929#include <linux/highmem.h>30303131-#define MLOG_MASK_PREFIX ML_SUPER3231#include <cluster/masklog.h>33323433#include "ocfs2.h"···3637#include "heartbeat.h"3738#include "inode.h"3839#include "journal.h"4040+#include "ocfs2_trace.h"39414042#include "buffer_head_io.h"4143···66666767 BUG_ON(osb->node_num == node_num);68686969- mlog(0, "ocfs2: node down event for %d\n", node_num);6969+ trace_ocfs2_do_node_down(node_num);70707171 if (!osb->cconn) {7272 /*
+7
fs/ocfs2/ocfs2_trace.h
···15301530DEFINE_OCFS2_INT_EVENT(ocfs2_find_slot);1531153115321532/* End of trace events for fs/ocfs2/slot_map.c. */15331533+15341534+/* Trace events for fs/ocfs2/heartbeat.c. */15351535+15361536+DEFINE_OCFS2_INT_EVENT(ocfs2_do_node_down);15371537+15381538+/* End of trace events for fs/ocfs2/heartbeat.c. */15391539+15331540#endif /* _TRACE_OCFS2_H */1534154115351542/* This part must be outside protection */