Loading fs/ocfs2/heartbeat.c +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -37,6 +36,7 @@ #include "heartbeat.h" #include "inode.h" #include "journal.h" #include "ocfs2_trace.h" #include "buffer_head_io.h" Loading Loading @@ -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) { /* Loading fs/ocfs2/ocfs2_trace.h +7 −0 Original line number Diff line number Diff line Loading @@ -1530,6 +1530,13 @@ DEFINE_OCFS2_ULL_UINT_EVENT(ocfs2_map_slot_buffers_block); DEFINE_OCFS2_INT_EVENT(ocfs2_find_slot); /* End of trace events for fs/ocfs2/slot_map.c. */ /* Trace events for fs/ocfs2/heartbeat.c. */ DEFINE_OCFS2_INT_EVENT(ocfs2_do_node_down); /* End of trace events for fs/ocfs2/heartbeat.c. */ #endif /* _TRACE_OCFS2_H */ /* This part must be outside protection */ Loading Loading
fs/ocfs2/heartbeat.c +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -37,6 +36,7 @@ #include "heartbeat.h" #include "inode.h" #include "journal.h" #include "ocfs2_trace.h" #include "buffer_head_io.h" Loading Loading @@ -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) { /* Loading
fs/ocfs2/ocfs2_trace.h +7 −0 Original line number Diff line number Diff line Loading @@ -1530,6 +1530,13 @@ DEFINE_OCFS2_ULL_UINT_EVENT(ocfs2_map_slot_buffers_block); DEFINE_OCFS2_INT_EVENT(ocfs2_find_slot); /* End of trace events for fs/ocfs2/slot_map.c. */ /* Trace events for fs/ocfs2/heartbeat.c. */ DEFINE_OCFS2_INT_EVENT(ocfs2_do_node_down); /* End of trace events for fs/ocfs2/heartbeat.c. */ #endif /* _TRACE_OCFS2_H */ /* This part must be outside protection */ Loading