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:
668f895
)
[NET]: Cut off the queue_mapping field from sk_buff
author
Pavel Emelyanov
<xemul@openvz.org>
Mon, 22 Oct 2007 00:02:30 +0000
(17:02 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 22 Oct 2007 09:59:57 +0000
(
02:59
-0700)
Just hide it behind the #ifdef, because nobody wants
it now.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
patch
|
blob
|
history
diff --git
a/include/linux/skbuff.h
b/include/linux/skbuff.h
index ecb0edef0b398bba4437b65b42072acc5ba3c64a..fd4e12f24270d608951328fec3c09ed791188893 100644
(file)
--- a/
include/linux/skbuff.h
+++ b/
include/linux/skbuff.h
@@
-300,8
+300,9
@@
struct sk_buff {
#endif
int iif;
+#ifdef CONFIG_NETDEVICES_MULTIQUEUE
__u16 queue_mapping;
-
+#endif
#ifdef CONFIG_NET_SCHED
__u16 tc_index; /* traffic control index */
#ifdef CONFIG_NET_CLS_ACT