svn commit: r361575 - head/sys/fs/nfsclient

Hans Petter Selasky hps at selasky.org
Thu May 28 09:25:09 UTC 2020


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



More information about the svn-src-head mailing list