]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nfsd: handle errors from rpc_call_async()
authorJeff Layton <jlayton@kernel.org>
Thu, 20 Feb 2025 16:47:17 +0000 (11:47 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 10 Mar 2025 13:11:10 +0000 (09:11 -0400)
commitff383e8f9440209cf15441bc04627c70a4fe7964
treeec01f51ed7ba8f3b1714acdd0e9587c880bcbde2
parent32ce62c0f09cdc5a6b06bb38daec9b9a47302437
nfsd: handle errors from rpc_call_async()

It's possible for rpc_call_async() to fail (mainly due to memory
allocation failure). If it does, there isn't much recourse other than to
requeue the callback and try again later.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfs4callback.c