Merge tag 'rxrpc-rewrite-20160904-2' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Tue, 6 Sep 2016 20:53:29 +0000 (13:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Sep 2016 20:53:29 +0000 (13:53 -0700)
commitc7ee5672f38e3602e2c1bc935ba2f7c41b36bf40
tree751f13d00ebfefe383c5d6f61f9108ab558a59a3
parent0122c6d5faa3c2bb2523119aa1e20ac5a2f10dd7
parent3dc20f090d84a7b08bc1d5729c874ebbd0465468
Merge tag 'rxrpc-rewrite-20160904-2' of git://git./linux/kernel/git/dhowells/linux-fs

David Howells says:

====================
rxrpc: Split output code from sendmsg code

Here's a set of small patches that split the packet transmission code from
the sendmsg code and simply rearrange the new file to make it more
logically laid out ready for being rewritten.  An enum is also moved out of
the header file to there as it's only used there.  This needs to be applied
on top of the just-posted fixes patch set.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>