diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-12-27 02:03:07 +0300 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-12-28 17:57:14 +0300 |
commit | f4848303ce125999886535323a64db26dba68293 (patch) | |
tree | 6b2981ae3c98b926260756e8556518112f3809b9 /fs/nfs/nfs4trace.c | |
parent | f2dd436edb2b38b555f3ff7257308bb56fa4eea5 (diff) | |
download | linux-f4848303ce125999886535323a64db26dba68293.tar.xz |
pNFS: Modify pnfs_update_layout tracepoints to use layout stateid
Instead of displaying a layout segment pointer in these tracepoints,
let's use the layout stateid, now that Olga gave us a set of tools for
displaying them.
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/nfs4trace.c')
-rw-r--r-- | fs/nfs/nfs4trace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs4trace.c b/fs/nfs/nfs4trace.c index d774335cc8bc..2850bce19244 100644 --- a/fs/nfs/nfs4trace.c +++ b/fs/nfs/nfs4trace.c @@ -6,6 +6,7 @@ #include "internal.h" #include "nfs4session.h" #include "callback.h" +#include "pnfs.h" #define CREATE_TRACE_POINTS #include "nfs4trace.h" |