]> git.baikalelectronics.ru Git - kernel.git/commit
ipvs: switch to GFP_KERNEL allocations
authorSimon Horman <horms@verge.net.au>
Thu, 26 Aug 2010 02:54:31 +0000 (02:54 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Aug 2010 20:21:29 +0000 (13:21 -0700)
commit645759eae3b613a4ecf94494c36712cd9069142f
tree7748101b41c6a0200f12eac632691c0bd35cb61b
parent7f679cbbd46cd0556f2a0d8563840fb22cce4a06
ipvs: switch to GFP_KERNEL allocations

Switch from GFP_ATOMIC allocations to GFP_KERNEL ones in
ip_vs_add_service() and ip_vs_new_dest(), as we hold a mutex and are
allowed to sleep in this context.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/ipvs/ip_vs_ctl.c