From owner-freebsd-current@FreeBSD.ORG Tue Dec 23 00:59:28 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B54AE975 for ; Tue, 23 Dec 2014 00:59:28 +0000 (UTC) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id 7CEE530A for ; Tue, 23 Dec 2014 00:59:27 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqQEAKi9mFSDaFve/2dsb2JhbABbhDSDAMkIgS4BAQEBAX2ENoELAg0ZAl+IP6pqj0SWDgEBCAEBAQEBHYEhjh2DI4FBBYlHgmORQ4phIoQMIIF2fgEBAQ X-IronPort-AV: E=Sophos;i="5.07,628,1413259200"; d="scan'208";a="178574000" Received: from muskoka.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.222]) by esa-jnhn.mail.uoguelph.ca with ESMTP; 22 Dec 2014 19:59:27 -0500 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id DD17FE7956 for ; Mon, 22 Dec 2014 19:59:26 -0500 (EST) Date: Mon, 22 Dec 2014 19:59:26 -0500 (EST) From: Rick Macklem To: freebsd-current Message-ID: <1568140881.1151505.1419296366895.JavaMail.root@uoguelph.ca> Subject: Headsup: old NFS client and server removed from head/sys MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.95.10] X-Mailer: Zimbra 7.2.6_GA_2926 (ZimbraWebClient - FF3.0 (Win)/7.2.6_GA_2926) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2014 00:59:28 -0000 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