]> granicus.if.org Git - ipset/commit
Fix wrong kzalloc flag in type_pf_expire
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 20 Jan 2011 17:55:48 +0000 (18:55 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 20 Jan 2011 17:55:48 +0000 (18:55 +0100)
commitd08860f0569d20a5b759e5747921d29592bb326c
treeace3e9849d0db4958f52ebb4dd9411941efc937f
parent07d2ca530d353bc8a2b401674732ec3ba3d11977
Fix wrong kzalloc flag in type_pf_expire

The expire functions of the hash types are called while locked, so
kzalloc must be called with GFP_ATOMIC.
kernel/include/linux/netfilter/ipset/ip_set_ahash.h