Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1478411 > unrolled thread
| Started by | David Howells <dhowells@redhat.com> |
|---|---|
| First post | 2016-09-07 17:30 +0200 |
| Last post | 2016-09-07 17:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH net-next 2/8] rxrpc: Delete unused rxrpc_kernel_free_skb() David Howells <dhowells@redhat.com> - 2016-09-07 17:30 +0200
| From | David Howells <dhowells@redhat.com> |
|---|---|
| Date | 2016-09-07 17:30 +0200 |
| Subject | [PATCH net-next 2/8] rxrpc: Delete unused rxrpc_kernel_free_skb() |
| Message-ID | <seMXv-1t1-25@gated-at.bofh.it> |
Delete rxrpc_kernel_free_skb() as it's unused.
Signed-off-by: David Howells <dhowells@redhat.com>
---
net/rxrpc/skbuff.c | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/net/rxrpc/skbuff.c b/net/rxrpc/skbuff.c
index 9752f8b1fdd0..a546a2ba6341 100644
--- a/net/rxrpc/skbuff.c
+++ b/net/rxrpc/skbuff.c
@@ -148,19 +148,6 @@ void rxrpc_packet_destructor(struct sk_buff *skb)
_leave("");
}
-/**
- * rxrpc_kernel_free_skb - Free an RxRPC socket buffer
- * @skb: The socket buffer to be freed
- *
- * Let RxRPC free its own socket buffer, permitting it to maintain debug
- * accounting.
- */
-void rxrpc_kernel_free_skb(struct sk_buff *skb)
-{
- rxrpc_free_skb(skb);
-}
-EXPORT_SYMBOL(rxrpc_kernel_free_skb);
-
/*
* Note the existence of a new-to-us socket buffer (allocated or dequeued).
*/
Back to top | Article view | linux.kernel
csiph-web