]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit11fac0b37b26ed7900ad740ce03df67721dff4b9
tree751f13d00ebfefe383c5d6f61f9108ab558a59a3
parent1b2aaccb281a76474007491b1d85acdbeb7f4d30
parent12e85b352a969c6bc77298aafa356a6bf1a41aae
Merge tag 'rxrpc-rewrite-20160904-2' of git://git.kernel.org/pub/scm/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>