aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfstrace.c
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@primarydata.com>2015-03-25 19:09:08 -0400
committerTrond Myklebust <trond.myklebust@primarydata.com>2015-03-27 12:39:34 -0400
commit81b79afb504870a31ee1f764e81a202685cde795 (patch)
treebd1940c2c2a63430b1b1598a348b10026fd34afc /fs/nfs/nfstrace.c
parentNFS: Fix free_deveiceid -> free_deviceid (diff)
downloadlinux-dev-81b79afb504870a31ee1f764e81a202685cde795.tar.xz
linux-dev-81b79afb504870a31ee1f764e81a202685cde795.zip
NFSv4: Allow tracing of NFSv4 fsync calls
I appear to have missed this when adding the ftrace probes. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/nfstrace.c')
-rw-r--r--fs/nfs/nfstrace.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/nfs/nfstrace.c b/fs/nfs/nfstrace.c
index 4eb0aead69b6..c74f7af23d77 100644
--- a/fs/nfs/nfstrace.c
+++ b/fs/nfs/nfstrace.c
@@ -7,3 +7,6 @@
#define CREATE_TRACE_POINTS
#include "nfstrace.h"
+
+EXPORT_TRACEPOINT_SYMBOL_GPL(nfs_fsync_enter);
+EXPORT_TRACEPOINT_SYMBOL_GPL(nfs_fsync_exit);