On Thu, Sep 20, 2018 at 2:12 AM Kirill Tkhai <[email protected]> wrote: > > From: Cong Wang <[email protected]> > > ra_mutex is a IPv4 specific mutex, it is inside struct netns_ipv4, > but its initialization is in the generic netns code, setup_net(). > > Move it to IPv4 specific net init code, inet_init_net(). > > Fixes: d9ff3049739e ("net: Replace ip_ra_lock with per-net mutex") > Signed-off-by: Cong Wang <[email protected]> > Acked-by: Kirill Tkhai <[email protected]>
I regret for wasting my time on this, so: Nacked-by: Cong Wang <[email protected]> Let's just leave the current code as it is.
