]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
rxrpc: Use rxrpc_free_skb() rather than rxrpc_lose_skb()
authorDavid Howells <dhowells@redhat.com>
Thu, 4 Oct 2018 08:32:27 +0000 (09:32 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 4 Oct 2018 08:32:27 +0000 (09:32 +0100)
commitd2944b1c66a502ada8aa67f508cd29ecbf035892
treefe330bcab99215fff58ecd65a9717968db962ced
parent6f41617bf23a17d9cb7cc6ca8161534f05f80293
rxrpc: Use rxrpc_free_skb() rather than rxrpc_lose_skb()

rxrpc_lose_skb() is now exactly the same as rxrpc_free_skb(), so remove it
and use the latter instead.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/ar-internal.h
net/rxrpc/input.c
net/rxrpc/skbuff.c