Can't use nfs server on CURRENT

Herbert J. Skuhra herbert at gojira.at
Thu Jun 14 12:21:45 UTC 2018


On Thu, Jun 14, 2018 at 08:42:49PM +0900, Mori Hiroki wrote:
> Hi
> 
> I build today's CURRENT for atheros.
> Build is fine and write flash.
> Then I cat't use nfs server.
> Boot log is this.
> 
> link_elf_obj: symbol nfscl_reqstart undefined
> linker_load_file: /boot/kernel/nfsd.ko - unsupported file type
> 
> I seem nfs code is modify now.

The following commit fixes the issue for me (tested on amd64):

r335130 | rmacklem | 2018-06-14 12:00:19 +0200 (Thu, 14 Jun 2018) | 9
lines

Move four functions in nfscl.ko to nfscommon.ko.

Four functions nfscl_reqstart(), nfscl_fillsattr(), nfsm_stateidtom()
and nfsmnt_mdssession() are now called from within the nfsd.
As such, they needed to be moved from nfscl.ko to nfscommon.ko so that
nfsd.ko would load when nfscl.ko wasn't loaded.

-- 
Herbert


More information about the freebsd-mips mailing list