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>
Showing
- Documentation/networking/rxrpc.txt 8 additions, 3 deletionsDocumentation/networking/rxrpc.txt
- fs/afs/rxrpc.c 15 additions, 11 deletionsfs/afs/rxrpc.c
- include/net/af_rxrpc.h 7 additions, 3 deletionsinclude/net/af_rxrpc.h
- net/rxrpc/af_rxrpc.c 3 additions, 2 deletionsnet/rxrpc/af_rxrpc.c
- net/rxrpc/output.c 11 additions, 9 deletionsnet/rxrpc/output.c
Loading
Please register or sign in to comment