inet: frags: refactor ipv6_frag_init()
authorEric Dumazet <edumazet@google.com>
Sat, 31 Mar 2018 19:58:45 +0000 (12:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2018 03:25:38 +0000 (23:25 -0400)
commit5b975bab23615cd0fdf67af6c9298eb01c4b9f61
treec226c3c151e96e8102f24b867cba68110e0b1691
parent093ba72914b696521e4885756a68a3332782c8de
inet: frags: refactor ipv6_frag_init()

We want to call inet_frags_init() earlier.

This is a prereq to "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/ipv6/reassembly.c