* [PATCH 4/4] net: skb cleanup
@ 2009-06-02 15:20 Eric Dumazet
0 siblings, 0 replies; only message in thread
From: Eric Dumazet @ 2009-06-02 15:20 UTC (permalink / raw)
To: David S. Miller; +Cc: Linux Netdev List
Can remove anonymous union now it has one field.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-06-02 15:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-02 15:20 [PATCH 4/4] net: skb cleanup Eric Dumazet
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.