commit | 483a6e4fa055123142d8956866fe2aa9c98d546d | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Sat Mar 31 12:58:47 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 31 23:25:38 2018 -0400 |
tree | 9dea20e618a29b7b7e8477d0c8104979f19cc6f5 | |
parent | 807f1844df4ac23594268fa9f41902d0549e92aa [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>