projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adf3090
)
net: skb cleanup
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 2 Jun 2009 05:20:21 +0000
(
05:20
+0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 3 Jun 2009 09:51:05 +0000
(
02:51
-0700)
Can remove anonymous union now it has one field.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/skbuff.h
b/include/linux/skbuff.h
index 9ef6eb20247bd831e8b3ea450ece3fc76a6dcf38..7305da92be8f6c6fecf8ca6b89dfa22bbfc76512 100644
(file)
--- a/
include/linux/skbuff.h
+++ b/
include/linux/skbuff.h
@@
-322,9
+322,7
@@
struct sk_buff {
ktime_t tstamp;
struct net_device *dev;
- union {
- unsigned long _skb_dst;
- };
+ unsigned long _skb_dst;
#ifdef CONFIG_XFRM
struct sec_path *sp;
#endif