Skip to content
Commit 56094edd authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

sunrpc: GFP_KERNEL should be GFP_NOFS in crypto code



Writes may depend on the auth_gss crypto code, so we shouldn't be
allocating with GFP_KERNEL there.

This still leaves some crypto_alloc_* calls which end up doing
GFP_KERNEL allocations in the crypto code.  Those could probably done at
crypto import time.

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent e864c189
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment