Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information