diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-08-20 11:26:17 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-08-22 08:58:18 -0400 |
commit | 6e0d0be715fe041fc7121b0b44cde3015d1cc846 (patch) | |
tree | 406e7b0a1494a330d4cb4a1b5855af94c95e966a /fs/nfs/nfstrace.c | |
parent | 1472b83eae0bf09ab76ebcb1373dbd210e97f911 (diff) | |
download | linux-6e0d0be715fe041fc7121b0b44cde3015d1cc846.tar.bz2 |
NFS: Add event tracing for generic NFS lookups
Add tracepoints for lookup, lookup_revalidate and atomic_open
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfstrace.c')
-rw-r--r-- | fs/nfs/nfstrace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfstrace.c b/fs/nfs/nfstrace.c index cc9146134848..4eb0aead69b6 100644 --- a/fs/nfs/nfstrace.c +++ b/fs/nfs/nfstrace.c @@ -2,6 +2,7 @@ * Copyright (c) 2013 Trond Myklebust <Trond.Myklebust@netapp.com> */ #include <linux/nfs_fs.h> +#include <linux/namei.h> #include "internal.h" #define CREATE_TRACE_POINTS |