svn commit: r351901 - head/sys/fs/nfsserver

Rick Macklem rmacklem at uoguelph.ca
Fri Sep 6 03:05:41 UTC 2019


Rick Macklem wrote:
>Author: rmacklem
>Date: Thu Sep  5 22:25:19 2019
>New Revision: 351901
>URL: https://svnweb.freebsd.org/changeset/base/351901
>
>Log:
>  Delete the unused "nd" argument for nfsrv_proxyds().
>
>  The "nd" argument for nfsrv_proxyds() is no longer used by the function.
>  This patch deletes it. This allows a subsequent patch to delete the "nd"
>  argument from nfsvno_getattr(), since it's only use of "nd" was to pass it
>  to nfsrv_proxyds().
>  Getting rid of the "nd" argument from nfsvno_getattr() avoids confusion
>  over why it might need "nd".

Actually, I just looked and nfsvno_getattr() still uses the "nd" argument.
However, the other uses are straightforward, so I think getting rid of the
unused "nd" argument for nfsrv_proxyds() will simplify the code.

rick




More information about the svn-src-all mailing list