Merge tag 'rxrpc-rewrite-20160823-1' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Wed, 24 Aug 2016 00:19:59 +0000 (17:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Aug 2016 00:19:59 +0000 (17:19 -0700)
commit3a69101595f52ad45ead0f8adf6937f6ce2e7d5a
treebeb5eb773f98db2f1a826945e13f725611a6949d
parentb3dc93501e34b6e35245ba06fd0a7bfc7df88f0d
parentdf844fd46b98c2efde8f4ac2d50d59bc90c4c679
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>