projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78282d2
)
[TFRC]: The function tfrc_rx_hist_entry_delete() is not used anymore
author
Gerrit Renker
<gerrit@erg.abdn.ac.uk>
Sat, 8 Dec 2007 18:08:41 +0000
(16:08 -0200)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Jan 2008 22:57:03 +0000
(14:57 -0800)
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ccids/lib/packet_history.c
patch
|
blob
|
history
diff --git
a/net/dccp/ccids/lib/packet_history.c
b/net/dccp/ccids/lib/packet_history.c
index 54cd23e7c27e753d6486320ab57ab4a2275d5f1a..af44082f56eadaf21eabe69ff60a30dcd2ba21ec 100644
(file)
--- a/
net/dccp/ccids/lib/packet_history.c
+++ b/
net/dccp/ccids/lib/packet_history.c
@@
-151,11
+151,6
@@
void tfrc_rx_hist_add_packet(struct tfrc_rx_hist *h,
}
EXPORT_SYMBOL_GPL(tfrc_rx_hist_add_packet);
-static inline void tfrc_rx_hist_entry_delete(struct tfrc_rx_hist_entry *entry)
-{
- kmem_cache_free(tfrc_rx_hist_slab, entry);
-}
-
/**
* tfrc_rx_hist_entry - return the n-th history entry after loss_start
*/