]> git.ipfire.org Git - thirdparty/ipset.git/commit
Fix module loading at create/header commands
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 20 Jan 2011 21:24:03 +0000 (22:24 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 20 Jan 2011 21:24:03 +0000 (22:24 +0100)
commiteb873d2fc5240a873bc52d0cc57e4062288b291b
treef1bc2488eeef7654051641586337d45dbc421b3a
parentd08860f0569d20a5b759e5747921d29592bb326c
Fix module loading at create/header commands

While holding the nfnl_mutex, module loading is not allowed.
Bug spotted by Patrick McHardy in his reviewing.
kernel/include/linux/netfilter/ipset/ip_set.h
kernel/ip_set_core.c