]> git.ipfire.org Git - thirdparty/ipset.git/commit
Use static LIST_HEAD() for ip_set_type_list
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 20 Jan 2011 09:58:43 +0000 (10:58 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 20 Jan 2011 09:58:43 +0000 (10:58 +0100)
commitcbeaceead3416d4522ef1e97977469e0633f1eea
tree51cd9ae2facf4601c49f08ff561538d4fb120b1a
parent0bd2dd6f87f802af37bf037aa084ec4bd9280fae
Use static LIST_HEAD() for ip_set_type_list

Avoid the need for explicit initialization during runtime
(Patrick McHardy's review)
kernel/ip_set_core.c