https://github.com/torvalds/linux
Revision 2cd052e44329dd2b42eb958f8f346b053de6e2cd authored by Johannes Berg on 06 July 2007, 00:03:09 UTC, committed by David S. Miller on 06 July 2007, 00:40:19 UTC
skb_clone_fraglist is static so it shouldn't be exported.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 1669d85
Raw File
Tip revision: 2cd052e44329dd2b42eb958f8f346b053de6e2cd authored by Johannes Berg on 06 July 2007, 00:03:09 UTC
[NET] skbuff: remove export of static symbol
Tip revision: 2cd052e
locking-selftest-softirq.h
#undef IRQ_DISABLE
#undef IRQ_ENABLE
#undef IRQ_ENTER
#undef IRQ_EXIT

#define IRQ_DISABLE		SOFTIRQ_DISABLE
#define IRQ_ENABLE		SOFTIRQ_ENABLE
#define IRQ_ENTER		SOFTIRQ_ENTER
#define IRQ_EXIT		SOFTIRQ_EXIT
back to top