]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
rxrpc: Consolidate sendmsg parameters
authorDavid Howells <dhowells@redhat.com>
Wed, 7 Jun 2017 13:41:52 +0000 (14:41 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 7 Jun 2017 16:15:46 +0000 (17:15 +0100)
commit3ab26a6fd01ba211ba5dea0d86d53897b9e8430c
tree131f90f92ee9bc8aba32326620a641f06c4c5ba2
parent515559ca21713218595f3a4dad44a4e7eea2fcfb
rxrpc: Consolidate sendmsg parameters

Consolidate the sendmsg control message parameters into a struct rather
than passing them individually through the argument list of
rxrpc_sendmsg_cmsg().  This makes it easier to add more parameters.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/sendmsg.c