aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2019-09-04 22:37:28 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2019-09-04 22:37:28 +0000
commit2e67077700345641bf8e04705340c5f2136a79a3 (patch)
tree48c34b984f861ad540b34c155a4da763522323d6 /lib
parent9a2b7c5fce1c93f3fadc0bd9fd0c157ebff92c5f (diff)
downloadsrc-2e67077700345641bf8e04705340c5f2136a79a3.tar.gz
src-2e67077700345641bf8e04705340c5f2136a79a3.zip
Delete the unused "nd" argument for nfsrv_checkdsattr().
The "nd" argument for nfsrv_checkdsattr() is no longer used by the function. This patch deletes it. This allows subsequent patches to delete the "nd" argument from nfsrv_proxyds(), since it's only use of "nd" was to pass it to nfsrv_checkdsattr(). The same will then be true for nfsvno_getattr(), which passes "nd" to nfsrv_proxyds(). Getting rid of the "nd" argument from nfsvno_getattr() avoids confusion over why it might need "nd". This patch is trivial and does not have any semantic effect. Found by inspection while working on the NFSv4.2 server.
Notes
Notes: svn path=/head/; revision=351834
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions