On 2020-05-28 09:35, Alexander V. Chernikov wrote:
Author: melifaro
Date: Thu May 28 07:35:07 2020
New Revision: 361575
URL: https://svnweb.freebsd.org/changeset/base/361575

Log:
   Make NFS address selection use fib4_lookup().
fib4_lookup_nh_ represents pre-epoch generation of fib api,
   providing less guarantees over pointer validness and requiring
   on-stack data copying.
   Switch call to use new fib4_lookup(), allowing to eventually
   deprecate old api.
Differential Revision: https://reviews.freebsd.org/D24977

Modified:
   head/sys/fs/nfsclient/nfs_clport.c


FYI:

--- nfs_clport.o ---
/usr/src/sys/fs/nfsclient/nfs_clport.c:974:6: error: unused variable 'error' [-Werror,-Wunused-variable]
        int error, fibnum;
            ^
1 error generated.
*** [nfs_clport.o] Error code 1

--HPS

_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to