]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ipfrag: really prevent allocation on netns exit
authorPaolo Abeni <pabeni@redhat.com>
Fri, 6 Jul 2018 10:30:20 +0000 (12:30 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 Jul 2018 04:05:33 +0000 (13:05 +0900)
commitf6f2a4a2eb92bc73671204198bb2f8ab53ff59fb
tree9484acb56d8bfaed225e2d3aca9686f472b6057a
parentacc2cf4e37174646a24cba42fa53c668b2338d4e
ipfrag: really prevent allocation on netns exit

Setting the low threshold to 0 has no effect on frags allocation,
we need to clear high_thresh instead.

The code was pre-existent to commit 648700f76b03 ("inet: frags:
use rhashtables for reassembly units"), but before the above,
such assignment had a different role: prevent concurrent eviction
from the worker and the netns cleanup helper.

Fixes: 648700f76b03 ("inet: frags: use rhashtables for reassembly units")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/inet_fragment.c