diff options
author | Cong Wang <amwang@redhat.com> | 2013-06-05 20:14:10 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-10 22:22:23 -0700 |
commit | 30f3a40f9a2a2869a560a9cb9ef488d10c803e14 (patch) | |
tree | cdaf18b7bf9c7f38eaaaa95f45a073d693223e18 /net/netlink/af_netlink.h | |
parent | 0a4db187a999c4a715bf56b8ab6c4705b524e4bb (diff) | |
download | linux-30f3a40f9a2a2869a560a9cb9ef488d10c803e14.tar.gz linux-30f3a40f9a2a2869a560a9cb9ef488d10c803e14.tar.bz2 linux-30f3a40f9a2a2869a560a9cb9ef488d10c803e14.zip |
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 <tgraf@suug.ch>
Cc: Daniel Borkmann <dborkmann@redhat.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netlink/af_netlink.h')
0 files changed, 0 insertions, 0 deletions