]> git.ipfire.org Git - people/arne_f/kernel.git/commit
inet: frags: refactor ipfrag_init()
authorEric Dumazet <edumazet@google.com>
Thu, 13 Sep 2018 14:58:35 +0000 (07:58 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Sep 2018 20:43:45 +0000 (22:43 +0200)
commit0cbf74b9519d8f73dd27cc6fad6e03851788f956
tree4c0436325d7ae68b993357409c879a8f0b2ecfbb
parent673220d6417de8812b20bfeb4d2f809e05a82463
inet: frags: refactor ipfrag_init()

We need to call inet_frags_init() before register_pernet_subsys(),
as a prereq for following patch ("inet: frags: use rhashtables for reassembly units")

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit 483a6e4fa055123142d8956866fe2aa9c98d546d)
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ipv4/ip_fragment.c