diff options
author | David Howells <dhowells@redhat.com> | 2022-12-19 17:22:12 +0300 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2023-01-30 17:13:29 +0300 |
commit | 8395406b3495235d73c7aa86ef8df97830e036d6 (patch) | |
tree | f1852eeff58555edd3356754eae60f4c12de73c9 /include/trace | |
parent | 90e8ca0abb05ada6c1e2710eaa21688dafca26f2 (diff) | |
download | linux-8395406b3495235d73c7aa86ef8df97830e036d6.tar.xz |
rxrpc: Fix trace string
Fix a trace string to indicate that it's discarding the local endpoint for
a preallocated peer, not a preallocated connection.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Diffstat (limited to 'include/trace')
-rw-r--r-- | include/trace/events/rxrpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/rxrpc.h b/include/trace/events/rxrpc.h index 283db0ea3db4..31524d605319 100644 --- a/include/trace/events/rxrpc.h +++ b/include/trace/events/rxrpc.h @@ -163,7 +163,7 @@ EM(rxrpc_local_put_for_use, "PUT for-use ") \ EM(rxrpc_local_put_kill_conn, "PUT conn-kil") \ EM(rxrpc_local_put_peer, "PUT peer ") \ - EM(rxrpc_local_put_prealloc_conn, "PUT conn-pre") \ + EM(rxrpc_local_put_prealloc_peer, "PUT peer-pre") \ EM(rxrpc_local_put_release_sock, "PUT rel-sock") \ EM(rxrpc_local_stop, "STOP ") \ EM(rxrpc_local_stopped, "STOPPED ") \ |