diff options
author | David Howells <dhowells@redhat.com> | 2016-08-30 11:00:48 (GMT) |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2016-08-30 15:07:53 (GMT) |
commit | 4de48af663d88d8c9a2550e60725f5a5c660970b (patch) | |
tree | a9c55856934f49068d5351e67b407d917d649966 /samples/livepatch | |
parent | ea82aaec9879e4df307ccbbf26491a8e0a52e4f1 (diff) | |
download | linux-4de48af663d88d8c9a2550e60725f5a5c660970b.tar.xz |
rxrpc: Pass struct socket * to more rxrpc kernel interface functions
Pass struct socket * to more rxrpc kernel interface functions. They should
be starting from this rather than the socket pointer in the rxrpc_call
struct if they need to access the socket.
I have left:
rxrpc_kernel_is_data_last()
rxrpc_kernel_get_abort_code()
rxrpc_kernel_get_error_number()
rxrpc_kernel_free_skb()
rxrpc_kernel_data_consumed()
unmodified as they're all about to be removed (and, in any case, don't
touch the socket).
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'samples/livepatch')
0 files changed, 0 insertions, 0 deletions