aboutsummaryrefslogtreecommitdiff
path: root/tools/net/ynl/generated/nfsd-user.c
AgeCommit message (Collapse)AuthorFilesLines
2023-11-06nfsd: regenerate user space parsers after ynl-gen changesJakub Kicinski1-6/+114
Commit 8cea95b0bd79 ("tools: ynl-gen: handle do ops with no input attrs") added support for some of the previously-skipped ops in nfsd. Regenerate the user space parsers to fill them in. Signed-off-by: Jakub Kicinski <[email protected]> Acked-by: Chuck Lever <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2023-10-16tools: ynl: Add source files for nfsd netlink protocolChuck Lever1-0/+95
Signed-off-by: Chuck Lever <[email protected]>