Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 5c60e89e authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFSv4.2: Fix up an invalid combination of memory allocation flags


We should use either GFP_KERNEL or GFP_NOFS, but not both. Also strip
GFP_KERNEL_ACCOUNT down to GFP_KERNEL. This memory is shrinkable, so
does not need to be limited by kmemcg.

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent 9c00fd9a
Branches
Tags
No related merge requests found
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