DORMANTno replies

[PATCH 4/4] net: skb cleanup

From: Eric Dumazet <hidden>
Date: 2009-06-02 15:20:22
Subsystem: networking [general], the rest · Maintainers: "David S. Miller", Eric Dumazet, Jakub Kicinski, Paolo Abeni, Linus Torvalds

Can remove anonymous union now it has one field.

Signed-off-by: Eric Dumazet <redacted>
---
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 9ef6eb2..7305da9 100644
--- 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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help