diff options
author | Trond Myklebust <trondmy@gmail.com> | 2020-01-06 21:25:10 +0100 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2020-01-15 16:54:33 +0100 |
commit | 7bdd297ea6e695f27be67cb99b1fea1ff83e38e4 (patch) | |
tree | a2d5ce4847d17b14b9477a54331709c6e0f78add /fs/nfs/write.c | |
parent | NFS: Clean up generic writeback tracepoints (diff) | |
download | linux-7bdd297ea6e695f27be67cb99b1fea1ff83e38e4.tar.xz linux-7bdd297ea6e695f27be67cb99b1fea1ff83e38e4.zip |
NFS: Clean up generic file commit tracepoint
Clean up the generic file commit tracepoints to use a 64-bit value
for the verifier, and to display the pNFS filehandle, if it exists.
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'fs/nfs/write.c')
-rw-r--r-- | fs/nfs/write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/write.c b/fs/nfs/write.c index cd837744a732..83f92a4d65dc 100644 --- a/fs/nfs/write.c +++ b/fs/nfs/write.c @@ -1833,7 +1833,7 @@ static void nfs_commit_done(struct rpc_task *task, void *calldata) /* Call the NFS version-specific code */ NFS_PROTO(data->inode)->commit_done(task, data); - trace_nfs_commit_done(data); + trace_nfs_commit_done(task, data); } static void nfs_commit_release_pages(struct nfs_commit_data *data) |