]> asedeno.scripts.mit.edu Git - linux.git/commit
inet: frags: refactor ipfrag_init()
authorEric Dumazet <edumazet@google.com>
Sat, 31 Mar 2018 19:58:47 +0000 (12:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2018 03:25:38 +0000 (23:25 -0400)
commit483a6e4fa055123142d8956866fe2aa9c98d546d
tree9dea20e618a29b7b7e8477d0c8104979f19cc6f5
parent807f1844df4ac23594268fa9f41902d0549e92aa
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>
net/ipv4/ip_fragment.c