-
由 J. Bruce Fields 提交于
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: NJ. Bruce Fields <bfields@redhat.com>
56094edd