]> git.ipfire.org Git - thirdparty/ipset.git/commit
Use dev_net() instead of the direct access to ->nd_net
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 4 Oct 2013 19:59:39 +0000 (21:59 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 4 Oct 2013 19:59:39 +0000 (21:59 +0200)
commit4e80b0e616c12cad14643913347c8d799e65d19d
treeb6ec67c9570e76ce4fe1ed74466c9180d90000eb
parentf0228547f57fd85881f0447e1f80a08bf3232b81
Use dev_net() instead of the direct access to ->nd_net

We have to use dev_net() instead of the direct access to ->nd_net,
otherwise compilation fails if NET_NS is not enabled. Reported by
the kbuild test robot.
kernel/net/sched/em_ipset.c