diff options
author | Trond Myklebust <trond.myklebust@hammerspace.com> | 2022-01-29 14:03:06 -0500 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2022-02-25 18:50:12 -0500 |
commit | 5c60e89e71f864033a268ed66933dad0d92f1550 (patch) | |
tree | 8720cb1e6b84cea4e554447328f9baa95f1da8ac /fs/nfs/nfs4proc.c | |
parent | 9c00fd9acba81070e9413a468df57cf89d6ee960 (diff) | |
download | linux-5c60e89e71f864033a268ed66933dad0d92f1550.tar.gz linux-5c60e89e71f864033a268ed66933dad0d92f1550.tar.bz2 linux-5c60e89e71f864033a268ed66933dad0d92f1550.zip |
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: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'fs/nfs/nfs4proc.c')
0 files changed, 0 insertions, 0 deletions