]> granicus.if.org Git - ipset/commit
netfilter: ipset: move registration message to init from net_init
authorIlia Mirkin <imirkin@alum.mit.edu>
Sun, 16 Feb 2014 10:18:52 +0000 (11:18 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sun, 16 Feb 2014 10:18:52 +0000 (11:18 +0100)
commite22eb1d87eccd49d8d8e7022e39c40d48c900952
tree38132a4a5cdb1cc96cf77230af5a9ce62aedaece
parentf3dc2bd75a9e8f4c0e3ff77ffb517d51d70723f6
netfilter: ipset: move registration message to init from net_init

Commit 1785e8f473 ("netfiler: ipset: Add net namespace for ipset") moved
the initialization print into net_init, which can get called a lot due
to namespaces. Move it back into init, reduce to pr_info.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
kernel/net/netfilter/ipset/ip_set_core.c