“23b66071e8ce7f359a0e410a8a3514bd3179e92e”上不存在“drivers/mmc/host/sh_mobile_sdhi.c”
  • D
    rxrpc: Pass struct socket * to more rxrpc kernel interface functions · 4de48af6
    David Howells 提交于
    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: NDavid Howells <dhowells@redhat.com>
    4de48af6
af_rxrpc.c 18.3 KB