From: Arnaldo Carvalho de Melo Date: Wed, 11 Apr 2007 04:21:55 +0000 (-0700) Subject: [SK_BUFF]: unions of just one member don't get anything done, kill them X-Git-Tag: v2.6.22-rc1~1128^2~264 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0e380b1d8a8e0aca215df97702f99815f05c094;p=pandora-kernel.git [SK_BUFF]: unions of just one member don't get anything done, kill them Renaming skb->h to skb->transport_header, skb->nh to skb->network_header and skb->mac to skb->mac_header, to match the names of the associated helpers (skb[_[re]set]_{transport,network,mac}_header). Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed