Explorar o código

net: skb cleanup

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>
Eric Dumazet %!s(int64=16) %!d(string=hai) anos
pai
achega
e5b9215ef9
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      include/linux/skbuff.h

+ 1 - 3
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