Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242999
b: refs/heads/master
c: 80a9a84
h: refs/heads/master
i:
  242997: fee4779
  242995: 74ead60
  242991: 658d59c
v: v3
  • Loading branch information
Wengang Wang authored and Tao Ma committed Feb 21, 2011
1 parent 04e7622 commit 060cefc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c1e8d35ef5ffb393b94a192034b5e3541e005d75
refs/heads/master: 80a9a84da381087ed89f5fdfc40a513cf9768ac4
16 changes: 16 additions & 0 deletions trunk/fs/ocfs2/ocfs2_trace.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#undef TRACE_SYSTEM
#define TRACE_SYSTEM ocfs2

#if !defined(_TRACE_OCFS2_H) || defined(TRACE_HEADER_MULTI_READ)
#define _TRACE_OCFS2_H

#include <linux/tracepoint.h>


#endif /* _TRACE_OCFS2_H */

/* This part must be outside protection */
#undef TRACE_INCLUDE_PATH
#define TRACE_INCLUDE_PATH .
#define TRACE_INCLUDE_FILE ocfs2_trace
#include <trace/define_trace.h>
3 changes: 3 additions & 0 deletions trunk/fs/ocfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
#include <linux/seq_file.h>
#include <linux/quotaops.h>

#define CREATE_TRACE_POINTS
#include "ocfs2_trace.h"

#define MLOG_MASK_PREFIX ML_SUPER
#include <cluster/masklog.h>

Expand Down

0 comments on commit 060cefc

Please sign in to comment.