From: Sasha Levin Date: Sat, 14 Apr 2012 16:37:47 +0000 (-0400) Subject: ipvs: use GFP_KERNEL allocation where possible X-Git-Tag: v3.5-rc1~109^2~140^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9615e61e6f23f18fc192ed44735725bb5b500bad;p=pandora-kernel.git ipvs: use GFP_KERNEL allocation where possible Use GFP_KERNEL instead of GFP_ATOMIC when registering an ipvs protocol. This is safe since it will always run from a process context. Signed-off-by: Sasha Levin Acked-by: Julian Anastasov Signed-off-by: Simon Horman Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed