diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-03-25 19:09:08 -0400 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-03-27 12:39:34 -0400 |
commit | 81b79afb504870a31ee1f764e81a202685cde795 (patch) | |
tree | bd1940c2c2a63430b1b1598a348b10026fd34afc /fs/nfs/nfstrace.c | |
parent | fc87701b918c05c2d78f8191f5bc3c6c178bdb3d (diff) | |
download | linux-exynos-81b79afb504870a31ee1f764e81a202685cde795.tar.gz linux-exynos-81b79afb504870a31ee1f764e81a202685cde795.tar.bz2 linux-exynos-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.c | 3 |
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); |