ipv6: frags: rewrite ip6_expire_frag_queue()
authorEric Dumazet <edumazet@google.com>
Wed, 10 Oct 2018 19:30:02 +0000 (12:30 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Oct 2018 07:13:25 +0000 (09:13 +0200)
commitcbc45497b39c4626adaeca2a409588f19ae19e34
tree35755d35e43ca6129bd0fff46d55827152d985c7
parent7a87ec92d36a660820d426d8c54794c44077277f
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>
(cherry picked from commit 05c0b86b9696802fd0ce5676a92a63f1b455bdf3)
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ipv6/reassembly.c