diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2009-07-14 15:48:35 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2009-07-14 15:48:35 +0200 |
commit | 093900c2b964da73daf234374225b5ce5d49f941 (patch) | |
tree | aba7bd1240004a6a13c5b7c4f24248777c205699 /drivers/sbus | |
parent | crypto: shash - Fix alignment in unaligned operations (diff) | |
download | linux-093900c2b964da73daf234374225b5ce5d49f941.tar.xz linux-093900c2b964da73daf234374225b5ce5d49f941.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 'drivers/sbus')
0 files changed, 0 insertions, 0 deletions