]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
SUNRPC: Refactor rpc_ping()
authorChuck Lever <chuck.lever@oracle.com>
Mon, 19 Jul 2021 14:48:04 +0000 (10:48 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 9 Aug 2021 20:32:27 +0000 (16:32 -0400)
commitaede517207b2bf4e5176492ce3be0e45feb581bd
treeee052d25f3eacec774d680686dbf0966d8a16e82
parent36a21d51725af2ce0700c6ebcb6b9594aac658a6
SUNRPC: Refactor rpc_ping()

Make it use the rpc_null_call_helper() so that it can share the
new rpc_call_ops structure to be introduced in the next patch.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
net/sunrpc/clnt.c