]> git.baikalelectronics.ru Git - kernel.git/commit
NFSD: Move svc_serv_ops::svo_function into struct svc_serv
authorChuck Lever <chuck.lever@oracle.com>
Wed, 16 Feb 2022 17:16:27 +0000 (12:16 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 28 Feb 2022 15:26:40 +0000 (10:26 -0500)
commit8b84de3f697e6b112b182273e227c0287f369ebe
tree46f3252edaf5eb5beba096f2422221a8ba208d27
parent46ef559223dd8cf63f438f3f32a7e4a11a9b6776
NFSD: Move svc_serv_ops::svo_function into struct svc_serv

Hoist svo_function back into svc_serv and remove struct
svc_serv_ops, since the struct is now devoid of fields.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/lockd/svc.c
fs/nfs/callback.c
fs/nfsd/nfssvc.c
include/linux/sunrpc/svc.h
net/sunrpc/svc.c