summaryrefslogtreecommitdiff
path: root/crypto/cryptd.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2009-07-14 21:48:35 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2009-07-14 21:48:35 +0800
commit1acf409121b18be1a44e5a8c540db3c8b6409521 (patch)
tree345cfc20e3ede5a8efd1e4176501769d78f8e54f /crypto/cryptd.c
parentc0b510b6489e20c0454d38c44aefd20528f3dfea (diff)
downloadlinux-crypto-1acf409121b18be1a44e5a8c540db3c8b6409521.tar.gz
linux-crypto-1acf409121b18be1a44e5a8c540db3c8b6409521.zip
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 <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions