From: Herbert Xu Date: Sun, 15 Aug 2010 05:38:09 +0000 (-0700) Subject: xfrm: Use GFP_ATOMIC in xfrm_compile_policy X-Git-Tag: v2.6.36-rc2~49^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f09a4d5daaa36690d506fafda9c24f2be866f6b;p=pandora-kernel.git xfrm: Use GFP_ATOMIC in xfrm_compile_policy As xfrm_compile_policy runs within a read_lock, we cannot use GFP_KERNEL for memory allocations. Reported-by: Luca Tettamanti Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed