]> asedeno.scripts.mit.edu Git - linux.git/commit
ipv6: frags: rewrite ip6_expire_frag_queue()
authorEric Dumazet <edumazet@google.com>
Sat, 31 Mar 2018 19:58:55 +0000 (12:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2018 03:25:39 +0000 (23:25 -0400)
commit05c0b86b9696802fd0ce5676a92a63f1b455bdf3
treefd13fe02679973cf774f54ac96f155dc82905baa
parent1eec5d5670084ee644597bd26c25e22c69b9f748
ipv6: frags: rewrite ip6_expire_frag_queue()

Make it similar to IPv4 ip_expire(), and release the lock
before calling icmp functions.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/reassembly.c