NFSD: introduce netlink stubs
authorLorenzo Bianconi <lorenzo@kernel.org>
Mon, 11 Sep 2023 12:49:44 +0000 (14:49 +0200)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 16 Oct 2023 16:44:09 +0000 (12:44 -0400)
commit13727f85b49babcc40db805118e665605cd040dc
tree1730ec0668ea66ee69159fd8b8a44144d01be4c9
parent6c41d9a9bd0298002805758216a9c44e38a8500d
NFSD: introduce netlink stubs

Generate stubs and uAPI for nfsd netlink protocol. For the moment,
the new protocol has one operation: rpc_status.

The generated header and source files are created by running:

  tools/net/ynl/ynl-regen.sh

Tested-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Acked-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Documentation/netlink/specs/nfsd.yaml [new file with mode: 0644]
fs/nfsd/Makefile
fs/nfsd/netlink.c [new file with mode: 0644]
fs/nfsd/netlink.h [new file with mode: 0644]
fs/nfsd/nfsctl.c
include/uapi/linux/nfsd_netlink.h [new file with mode: 0644]