aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/core/dev.c')
-rw-r--r--net/core/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index 022ad73d6253..77d43ae2a7bb 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -5457,7 +5457,7 @@ static void gro_flush_oldest(struct list_head *head)
5457 /* Do not adjust napi->gro_hash[].count, caller is adding a new 5457 /* Do not adjust napi->gro_hash[].count, caller is adding a new
5458 * SKB to the chain. 5458 * SKB to the chain.
5459 */ 5459 */
5460 list_del(&oldest->list); 5460 skb_list_del_init(oldest);
5461 napi_gro_complete(oldest); 5461 napi_gro_complete(oldest);
5462} 5462}
5463 5463