commit | 56094edd17971372c7fea078ab41315ebf6214d0 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Wed Oct 26 16:03:00 2016 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Nov 01 15:47:52 2016 -0400 |
tree | dd4ca931333a551db756e4ce82a06b398c770cc4 | |
parent | e864c189e1d63f2f6a052e296f0da0616d88b625 [diff] |
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: J. Bruce Fields <bfields@redhat.com>