commit | 81b79afb504870a31ee1f764e81a202685cde795 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Wed Mar 25 19:09:08 2015 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Fri Mar 27 12:39:34 2015 -0400 |
tree | bd1940c2c2a63430b1b1598a348b10026fd34afc | |
parent | fc87701b918c05c2d78f8191f5bc3c6c178bdb3d [diff] [blame] |
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>
diff --git a/fs/nfs/nfstrace.c b/fs/nfs/nfstrace.c index 4eb0aea..c74f7af 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);