From: Oliver Hartkopp Date: Tue, 17 Aug 2010 08:59:14 +0000 (+0000) Subject: net: simplify flags for tx timestamping X-Git-Tag: v2.6.37-rc1~147^2~787 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2244d07bfa2097cb00600da91c715a8aa547917e;p=pandora-kernel.git net: simplify flags for tx timestamping This patch removes the abstraction introduced by the union skb_shared_tx in the shared skb data. The access of the different union elements at several places led to some confusion about accessing the shared tx_flags e.g. in skb_orphan_try(). http://marc.info/?l=linux-netdev&m=128084897415886&w=2 Signed-off-by: Oliver Hartkopp Signed-off-by: David S. Miller --- Reading git-diff-tree failed