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)
commitbbbf2df0039d31c6a0a9708ce4fe220a54bd5379
tree1b6fe886986a7621b4028db18b7fe262ea6ebf97
parentafe3f907d20f39c0eaf81f2baec247ba672f34a9
net: replace last open coded skb_orphan_frags with function call

Commit 70008aa50e92 ("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