commit | bbf6d8604475f36279c7b2d9a1f425654bc24588 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Oct 10 12:29:51 2018 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Oct 18 09:13:23 2018 +0200 |
tree | 45dea2a9dde631214322e05273ad8ab74fe074cc | |
parent | 2ffb1c363dfa89858dded0b291f005faf1b72adc [diff] |
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>