From: Simon Horman Date: Thu, 26 Aug 2010 02:54:31 +0000 (+0000) Subject: ipvs: switch to GFP_KERNEL allocations X-Git-Tag: v2.6.37-rc1~147^2~654 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dee06e4702b5a64b9ca81e650d66223c5b3e7f14;p=pandora-kernel.git 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 Signed-off-by: Simon Horman Signed-off-by: David S. Miller --- Reading git-diff-tree failed