aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/sysctl.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2017-11-24 10:18:41 +0000
committerDavid Howells <dhowells@redhat.com>2017-11-24 10:18:41 +0000
commit4812417894770f8c13e5dd8a66479ae44f4b01ff (patch)
tree13ec7da77904bfd0549ee211ec38b48a3490b54e /net/rxrpc/sysctl.c
parentrxrpc: Delay terminal ACK transmission on a client call (diff)
downloadlinux-dev-4812417894770f8c13e5dd8a66479ae44f4b01ff.tar.xz
linux-dev-4812417894770f8c13e5dd8a66479ae44f4b01ff.zip
rxrpc: Split the call params from the operation params
When rxrpc_sendmsg() parses the control message buffer, it places the parameters extracted into a structure, but lumps together call parameters (such as user call ID) with operation parameters (such as whether to send data, send an abort or accept a call). Split the call parameters out into their own structure, a copy of which is then embedded in the operation parameters struct. The call parameters struct is then passed down into the places that need it instead of passing the individual parameters. This allows for extra call parameters to be added. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/sysctl.c')
0 files changed, 0 insertions, 0 deletions