ipv6: frags: rewrite ip6_expire_frag_queue()
commit3226bdcb044862084c3bfc3278d148948600ebc4
authorEric Dumazet <edumazet@google.com>
Thu, 13 Sep 2018 14:58:47 +0000 (13 07:58 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Sep 2018 20:43:46 +0000 (19 22:43 +0200)
treedab0f6fa8c9105d1412c31fa6d70d4eea36dc78e
parent085a0147447a4f82138825b6a3a329b997c2fb13
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