Home
last modified time | relevance | path

Searched hist:"5 c60e89e71f864033a268ed66933dad0d92f1550" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dnfs42xattr.cdiff 5c60e89e71f864033a268ed66933dad0d92f1550 Sat Jan 29 13:03:06 CST 2022 Trond Myklebust <trond.myklebust@hammerspace.com> 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>