rxrpc: Use a tracepoint for skb accounting debugging
Use a tracepoint to log various skb accounting points to help in debugging refcounting errors. Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
@@ -548,6 +548,7 @@ static int rxrpc_send_data(struct rxrpc_sock *rx,
|
||||
|
||||
skb = call->tx_pending;
|
||||
call->tx_pending = NULL;
|
||||
rxrpc_see_skb(skb);
|
||||
|
||||
copied = 0;
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user