]> git.baikalelectronics.ru Git - kernel.git/commit
net: replace last open coded skb_orphan_frags with function call
authorWillem de Bruijn <willemb@google.com>
Mon, 8 Jun 2015 15:53:08 +0000 (11:53 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Jun 2015 19:15:13 +0000 (12:15 -0700)
commit416332ec797c30fddf864ebb137c064828586d5b
tree1b6fe886986a7621b4028db18b7fe262ea6ebf97
parente995a488a5180ab74bb86ed55653e3e3d521c2c2
net: replace last open coded skb_orphan_frags with function call

Commit b8175de19c72 ("skbuff: convert to skb_orphan_frags") replaced
open coded tests of SKBTX_DEV_ZEROCOPY and skb_copy_ubufs with calls
to helper function skb_orphan_frags. Apply that to the last remaining
open coded site.

Signed-off-by: Willem de Bruijn <willemb@google.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c