]> git.baikalelectronics.ru Git - kernel.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)
commit3303fa9f3fda695ec23033e95cac75e2e6f9d9b0
treefe330bcab99215fff58ecd65a9717968db962ced
parent6c0c5a218d2f4fc941dd85db7a033c1e2d01cd5e
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