summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4callback.c
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@redhat.com>2016-10-26 23:03:00 +0300
committerJ. Bruce Fields <bfields@redhat.com>2016-11-01 22:47:52 +0300
commit56094edd17971372c7fea078ab41315ebf6214d0 (patch)
treedd4ca931333a551db756e4ce82a06b398c770cc4 /fs/nfsd/nfs4callback.c
parente864c189e1d63f2f6a052e296f0da0616d88b625 (diff)
downloadlinux-56094edd17971372c7fea078ab41315ebf6214d0.tar.xz
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>
Diffstat (limited to 'fs/nfsd/nfs4callback.c')
0 files changed, 0 insertions, 0 deletions