提交 e5b9215e 编写于 作者: E Eric Dumazet 提交者: David S. Miller

net: skb cleanup

Can remove anonymous union now it has one field.
Signed-off-by: NEric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 adf30907
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册