From: Tonghao Zhang <xiangxia.m....@gmail.com> Date: Thu, 9 Nov 2017 00:03:15 -0800
> The per-cpu counter for init_net is prepared in core_initcall. > The patch 7d720c3e ("percpu: add __percpu sparse annotations to net") > and d6d9ca0fe ("net: this_cpu_xxx conversions") optimize the > routines. Then remove the old counter. > > Cc: Pavel Emelyanov <xe...@openvz.org> > Signed-off-by: Tonghao Zhang <zhangtong...@didichuxing.com> Yeah, why did we keep this global counter around :-) Applied to net-next, thanks.