commit | dee06e4702b5a64b9ca81e650d66223c5b3e7f14 | [log] [tgz] |
---|---|---|
author | Simon Horman <horms@verge.net.au> | Thu Aug 26 02:54:31 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 26 13:21:29 2010 -0700 |
tree | 7748101b41c6a0200f12eac632691c0bd35cb61b | |
parent | 4f72816ef07fdf49338ee0e6764a3961d552994a [diff] |
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>