diff options
author | David S. Miller <davem@davemloft.net> | 2016-08-24 03:19:59 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-08-24 03:19:59 +0300 |
commit | 3a69101595f52ad45ead0f8adf6937f6ce2e7d5a (patch) | |
tree | beb5eb773f98db2f1a826945e13f725611a6949d /net/rxrpc/call_accept.c | |
parent | b3dc93501e34b6e35245ba06fd0a7bfc7df88f0d (diff) | |
parent | df844fd46b98c2efde8f4ac2d50d59bc90c4c679 (diff) | |
download | linux-3a69101595f52ad45ead0f8adf6937f6ce2e7d5a.tar.xz |
Merge tag 'rxrpc-rewrite-20160823-1' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
David Howells says:
====================
rxrpc: Cleanups
Here are some cleanups for the AF_RXRPC rewrite:
(1) Remove some unused bits.
(2) Call releasing on socket closure is now done in the order in which
calls progress through the phases so that we don't miss a call
actively moving list.
(3) The rxrpc_call struct's channel number field is redundant and replaced
with accesses to the masked off cid field instead.
(4) Use a tracepoint for socket buffer accounting rather than printks.
Unfortunately, since this would require currently non-existend
arch-specific help to divine the current instruction location, the
accounting functions are moved out of line so that
__builtin_return_address() can be used.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rxrpc/call_accept.c')
-rw-r--r-- | net/rxrpc/call_accept.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rxrpc/call_accept.c b/net/rxrpc/call_accept.c index 9bae21e66d65..669ac79d3b44 100644 --- a/net/rxrpc/call_accept.c +++ b/net/rxrpc/call_accept.c @@ -203,6 +203,7 @@ void rxrpc_accept_incoming_calls(struct rxrpc_local *local) _net("incoming call skb %p", skb); + rxrpc_see_skb(skb); sp = rxrpc_skb(skb); /* Set up a response packet header in case we need it */ |