diff options
author | Olga Kornievskaia <kolga@netapp.com> | 2021-11-04 17:57:10 +0300 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2021-11-05 02:43:30 +0300 |
commit | ce7cea1ba72ef2ba91bcb28ab441597405d6d705 (patch) | |
tree | f22bf95053ea6e0eb105cba6905c561f26f9364a /fs/nfs/nfs42proc.c | |
parent | 40a8241771a77e479146e0205112f88241571822 (diff) | |
download | linux-ce7cea1ba72ef2ba91bcb28ab441597405d6d705.tar.xz |
NFSv4.2 add tracepoint to COPY
Add a tracepoint to the COPY operation.
Signed-off-by: Olga Kornievskaia <kolga@netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'fs/nfs/nfs42proc.c')
-rw-r--r-- | fs/nfs/nfs42proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs42proc.c b/fs/nfs/nfs42proc.c index c36824888601..a072cdaf7bdc 100644 --- a/fs/nfs/nfs42proc.c +++ b/fs/nfs/nfs42proc.c @@ -367,6 +367,7 @@ static ssize_t _nfs42_proc_copy(struct file *src, status = nfs4_call_sync(dst_server->client, dst_server, &msg, &args->seq_args, &res->seq_res, 0); + trace_nfs4_copy(src_inode, dst_inode, args, res, nss, status); if (status == -ENOTSUPP) dst_server->caps &= ~NFS_CAP_COPY; if (status) |