From: Cong Wang Date: Wed, 5 Jun 2013 12:14:10 +0000 (+0800) Subject: net: remove last caller of skb_tail_offset() and itself X-Git-Tag: v3.11-rc1~16^2~129 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30f3a40f9a2a2869a560a9cb9ef488d10c803e14;p=pandora-kernel.git net: remove last caller of skb_tail_offset() and itself Similar to the following commits: commit 00f97da17a0c8d656d0c9 (netpoll: fix position of network header) commit 525cebedb32a87fa48584 (pktgen: Fix position of ip and udp header) using skb_tail_offset() seems not correct since the offset is based on head pointer. With the last caller removed, skb_tail_offset() can be killed finally. Cc: Thomas Graf Cc: Daniel Borkmann Cc: David S. Miller Signed-off-by: Cong Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed