X-Git-Url: https://git.codelabs.ch/?p=muen%2Flinux.git;a=blobdiff_plain;f=net%2Fcore%2Fdev.c;h=77d43ae2a7bbe1267f8430d5c35637d1984f463c;hp=022ad73d62538036c828ebfa78531cb3a76a2f0d;hb=ece23711dd956cd5053c9cb03e9fe0668f9c8894;hpb=6788fac82001ed1944b5da976bcec4a7b9accf51;ds=inline 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) /* Do not adjust napi->gro_hash[].count, caller is adding a new * SKB to the chain. */ - list_del(&oldest->list); + skb_list_del_init(oldest); napi_gro_complete(oldest); }