rxrpc: Fix some minor issues with bundle tracing
authorDavid Howells <dhowells@redhat.com>
Wed, 15 Nov 2023 17:15:40 +0000 (17:15 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Nov 2023 00:18:15 +0000 (00:18 +0000)
commit0c3bd086d12d185650d095a906662593ec607bd0
treeb41e42dfb98a01558c8c6a59f4f4bfc5c15f2d30
parent7fbd5fc2b35a8f559a6b380dfa9bcd964a758186
rxrpc: Fix some minor issues with bundle tracing

Fix some superficial issues with the tracing of rxrpc_bundle structs,
including:

 (1) Set the debug_id when the bundle is allocated rather than when it is
     set up so that the "NEW" trace line displays the correct bundle ID.

 (2) Show the refcount when emitting the "FREE" traceline.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: "David S. Miller" <davem@davemloft.net>
cc: Eric Dumazet <edumazet@google.com>
cc: Jakub Kicinski <kuba@kernel.org>
cc: Paolo Abeni <pabeni@redhat.com>
cc: linux-afs@lists.infradead.org
cc: netdev@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rxrpc/conn_client.c