diff options
author | David Howells <dhowells@redhat.com> | 2016-08-23 10:27:24 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2016-08-23 10:27:24 -0400 |
commit | df844fd46b98c2efde8f4ac2d50d59bc90c4c679 (patch) | |
tree | 0a067071fa1bf6fe2fc41de100d822e9585289a0 /net/rxrpc/output.c | |
parent | 01a90a459850ed1f1573f06f00f7b9d466339df0 (diff) |
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>
Diffstat (limited to 'net/rxrpc/output.c')
-rw-r--r-- | net/rxrpc/output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rxrpc/output.c b/net/rxrpc/output.c index 9e626f1e2668..e3a08d542fb7 100644 --- a/net/rxrpc/output.c +++ b/net/rxrpc/output.c | |||
@@ -548,6 +548,7 @@ static int rxrpc_send_data(struct rxrpc_sock *rx, | |||
548 | 548 | ||
549 | skb = call->tx_pending; | 549 | skb = call->tx_pending; |
550 | call->tx_pending = NULL; | 550 | call->tx_pending = NULL; |
551 | rxrpc_see_skb(skb); | ||
551 | 552 | ||
552 | copied = 0; | 553 | copied = 0; |
553 | do { | 554 | do { |