]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
skbuff: skb_segment: s/skb_frag/frag/
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 10 Mar 2014 16:29:14 +0000 (18:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Apr 2014 13:47:19 +0000 (06:47 -0700)
commitb6d713db7651101cb2ce886e08a7c48658d85896
tree43d32dadd15f9f6ecedd069af8a9c1986acad459
parentfe50c072d1326497ea9b1e7873d52382ff04c37a
skbuff: skb_segment: s/skb_frag/frag/

[ Upstream commit 4e1beba12d094c6c761ba5c49032b9b9e46380e8 ]

skb_frag can in fact point at either skb
or fskb so rename it generally "frag".

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/core/skbuff.c