]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - net/sched/act_connmark.c
act_connmark: Remember the struct net instead of guessing it.
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 18 Sep 2015 19:33:03 +0000 (14:33 -0500)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 18 Sep 2015 19:59:31 +0000 (21:59 +0200)
commita4ffe319ae72034e3f3332698a2fd83b6f063b18
tree779dcc698d6438487e405a6ccea64dd57cc81afb
parent206e8c00752fbe9cc463184236ac64b2a532cda5
act_connmark: Remember the struct net instead of guessing it.

Stop guessing the struct net instead of remember it.  Guessing is just
silly and will be problematic in the future when I implement routes
between network namespaces.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/tc_act/tc_connmark.h
net/sched/act_connmark.c