Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 2014 19:59:26 -0500 (EST)
From:      Rick Macklem <rmacklem@uoguelph.ca>
To:        freebsd-current <freebsd-current@freebsd.org>
Subject:   Headsup: old NFS client and server removed from head/sys
Message-ID:  <1568140881.1151505.1419296366895.JavaMail.root@uoguelph.ca>

next in thread | raw e-mail | index | archive | help
Hi,

I just committed the patch that removes the old NFS client
and server from the kernel.
As such, builds with kernel options NFSCLIENT or NFSSERVER
will no longer work.
The modules: nfsclient, nfsserver, nfs_common and dtnfsclient
       have been removed.

I did bump __FreeBSD_version so that the modules will be
rebuilt.

I did not delete the .h files in sys/nfsclient and sys/nfsserver
since some userland utilites in the src tree still include them.
(There are also probably some out-of-tree ports that include them,
 so I am in no hurry to remove them.)

I will commit a entry for UPDATING in a few minutes.

sys/modules/dtrace/dtraceall.c still refers to NFSCLIENT in
one place. I want to change that as a separate commit, so
I can MFC that change back to stable/10 and stable/9.
(I'm waiting for a review from the guy who committed this
 change.)

I hope this won't cause grief, but I will revert it if it
causes problems.

rick



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1568140881.1151505.1419296366895.JavaMail.root>