NFS: Add a private local dispatcher for NFSv4 callback operations
authorChuck Lever <chuck.lever@oracle.com>
Thu, 15 Jul 2021 19:52:25 +0000 (15:52 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Tue, 10 Aug 2021 18:18:35 +0000 (14:18 -0400)
commit7d34c96217cf3c2d37ca0a56ca0bc3c3bef1e189
tree5a3085a93d5b61398a470e24277210dbd3bbd9d4
parent9082e1d914f8b27114352b1940bbcc7522f682e7
NFS: Add a private local dispatcher for NFSv4 callback operations

The client's NFSv4 callback service is the only remaining user of
svc_generic_dispatch().

Note that the NFSv4 callback service doesn't use the .pc_encode and
.pc_decode callouts in any substantial way, so they are removed.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/callback_xdr.c