X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=net%2F8021q%2Fvlan.c;h=f2531ad66b68b358ea86f624763029404a262868;hb=577f12c07e4edd54730dc559a9c7bc44d22bf7dc;hp=8de138d3306bdbe6f3164db323637ded5bf5b5b3;hpb=b67be92feb486f800d80d72c67fd87b47b79b18e;p=cascardo%2Flinux.git diff --git a/net/8021q/vlan.c b/net/8021q/vlan.c index 8de138d3306b..f2531ad66b68 100644 --- a/net/8021q/vlan.c +++ b/net/8021q/vlan.c @@ -664,7 +664,7 @@ static struct sk_buff **vlan_gro_receive(struct sk_buff **head, skb_gro_pull(skb, sizeof(*vhdr)); skb_gro_postpull_rcsum(skb, vhdr, sizeof(*vhdr)); - pp = ptype->callbacks.gro_receive(head, skb); + pp = call_gro_receive(ptype->callbacks.gro_receive, head, skb); out_unlock: rcu_read_unlock();