]> git.ipfire.org Git - thirdparty/ipset.git/commit
Fix gfp_flags at resizing
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 29 Oct 2010 20:35:14 +0000 (22:35 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 29 Oct 2010 20:35:14 +0000 (22:35 +0200)
commitdc1f7b114b84cd54bc03c75c521c57cb79a30cfc
tree13649589bfc4a95d7a83bc9dafa94886edf3bfa9
parentf484d856492fb66a6b658f4b753a64d7c151b5fd
Fix gfp_flags at resizing

Resizing functions are called without holding any lock. So we can
allocate using the flag GFP_KERNEL.
kernel/include/linux/netfilter/ip_set_chash.h
kernel/ip_set.c