]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4.2/copyoffload: Convert GFP_NOFS to GFP_KERNEL
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 29 Jan 2022 19:19:15 +0000 (14:19 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 25 Feb 2022 23:50:12 +0000 (18:50 -0500)
commitded41e90c685f0282d8bf9da83fe9374f6971574
tree0afe73f3ee073597c4a99c62e186fd23891975f4
parent22e1cc5739de41fa241b077355c4c1cdddc9b54c
NFSv4.2/copyoffload: Convert GFP_NOFS to GFP_KERNEL

There doesn't seem to be any reason why the copy offload code can't use
GFP_KERNEL. It can't get called by direct reclaim.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/callback_proc.c
fs/nfs/nfs42proc.c
fs/nfs/nfs4file.c