From: Herbert Xu Date: Tue, 14 Jul 2009 13:48:35 +0000 (+0800) Subject: crypto: ahash - Use GFP_KERNEL in unaligned setkey X-Git-Tag: v2.6.32-rc1~731^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=093900c2b964da73daf234374225b5ce5d49f941;p=pandora-kernel.git crypto: ahash - Use GFP_KERNEL in unaligned setkey We currently use GFP_ATOMIC in the unaligned setkey function to allocate the temporary aligned buffer. Since setkey must be called in a sleepable context, we can use GFP_KERNEL instead. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed