summaryrefslogtreecommitdiffstats
path: root/net/8021q
diff options
context:
space:
mode:
Diffstat (limited to 'net/8021q')
-rw-r--r--net/8021q/vlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/8021q/vlan.c b/net/8021q/vlan.c
index 99141986efa0..5e9950453955 100644
--- a/net/8021q/vlan.c
+++ b/net/8021q/vlan.c
@@ -694,7 +694,7 @@ static struct sk_buff *vlan_gro_receive(struct list_head *head,
694out_unlock: 694out_unlock:
695 rcu_read_unlock(); 695 rcu_read_unlock();
696out: 696out:
697 NAPI_GRO_CB(skb)->flush |= flush; 697 skb_gro_flush_final(skb, pp, flush);
698 698
699 return pp; 699 return pp;
700} 700}