projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad2a2a6
)
net: do not export skb_gro_receive()
author
Eric Dumazet
<edumazet@google.com>
Thu, 2 Oct 2014 14:38:46 +0000
(07:38 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 3 Oct 2014 22:54:30 +0000
(15:54 -0700)
skb_gro_receive() is only called from tcp_gro_receive() which is
not in a module.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c
patch
|
blob
|
history
diff --git
a/net/core/skbuff.c
b/net/core/skbuff.c
index fe37309b66672e94448149404ffa8c827156726e..a0b312fa30471c1757e946688e1c52b7840894fd 100644
(file)
--- a/
net/core/skbuff.c
+++ b/
net/core/skbuff.c
@@
-3244,7
+3244,6
@@
done:
NAPI_GRO_CB(skb)->same_flow = 1;
return 0;
}
-EXPORT_SYMBOL_GPL(skb_gro_receive);
void __init skb_init(void)
{