diff options
author | David Howells <dhowells@redhat.com> | 2023-11-17 12:20:28 +0300 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2024-01-01 19:37:27 +0300 |
commit | abcbd3bfbbfe97a8912d0c929d4aa18f50d9bc52 (patch) | |
tree | 611cf56c45b7a9f6d97d78626b6daec761e69300 /fs/afs/internal.h | |
parent | 28f4c58045ede40c44d331b9a6c9a6a41eb8e9a9 (diff) | |
download | linux-abcbd3bfbbfe97a8912d0c929d4aa18f50d9bc52.tar.xz |
afs: trace: Log afs_make_call(), including server address
Add a tracepoint to log calls to afs_make_call(), including the destination
server address.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Diffstat (limited to 'fs/afs/internal.h')
-rw-r--r-- | fs/afs/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/afs/internal.h b/fs/afs/internal.h index a6a4fc417dba..e33ace259cc6 100644 --- a/fs/afs/internal.h +++ b/fs/afs/internal.h @@ -153,6 +153,7 @@ struct afs_call { struct afs_vldb_entry *ret_vldb; char *ret_str; }; + struct afs_fid fid; /* Primary vnode ID (or all zeroes) */ unsigned char probe_index; /* Address in ->probe_alist */ struct afs_operation *op; unsigned int server_index; |