aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/nfsd/trace.c2
-rw-r--r--fs/nfsd/trace.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfsd/trace.c b/fs/nfsd/trace.c
index 82f89070594c..90967466a1e5 100644
--- a/fs/nfsd/trace.c
+++ b/fs/nfsd/trace.c
@@ -1,5 +1,3 @@
1 1
2#include "state.h"
3
4#define CREATE_TRACE_POINTS 2#define CREATE_TRACE_POINTS
5#include "trace.h" 3#include "trace.h"
diff --git a/fs/nfsd/trace.h b/fs/nfsd/trace.h
index c668520c344b..0befe762762b 100644
--- a/fs/nfsd/trace.h
+++ b/fs/nfsd/trace.h
@@ -9,6 +9,8 @@
9 9
10#include <linux/tracepoint.h> 10#include <linux/tracepoint.h>
11 11
12#include "state.h"
13
12DECLARE_EVENT_CLASS(nfsd_stateid_class, 14DECLARE_EVENT_CLASS(nfsd_stateid_class,
13 TP_PROTO(stateid_t *stp), 15 TP_PROTO(stateid_t *stp),
14 TP_ARGS(stp), 16 TP_ARGS(stp),