]> 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)
commit9d2ab9a9fc8cb4e8f490a15f84cd54eae45ffb4c
tree0afe73f3ee073597c4a99c62e186fd23891975f4
parent3fbd2fe69f648a8231571d9b9ce41c9b350995e6
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