Merge tag 'rxrpc-rewrite-
20160823-1' of git://git./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>