From owner-svn-src-head@FreeBSD.ORG Mon Apr 25 23:29:45 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E896106566B; Mon, 25 Apr 2011 23:29:45 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id 202A78FC17; Mon, 25 Apr 2011 23:29:45 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApwEAKoCtk2DaFvO/2dsb2JhbACET6FkiHCsG5EwgSmDUH0EjjU X-IronPort-AV: E=Sophos;i="4.64,267,1301889600"; d="scan'208";a="119459151" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-jnhn-pri.mail.uoguelph.ca with ESMTP; 25 Apr 2011 19:29:44 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 69B20B3F53; Mon, 25 Apr 2011 19:29:44 -0400 (EDT) Date: Mon, 25 Apr 2011 19:29:44 -0400 (EDT) From: Rick Macklem To: Rick Macklem Message-ID: <1630172819.550837.1303774184344.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: <201104252222.p3PMMpJe094870@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.203] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - IE7 (Win)/6.0.10_GA_2692) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r221032 - in head/sys: amd64/amd64 conf i386/i386 modules/nfscl modules/nfsclient nfs nfsclient X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2011 23:29:45 -0000 > Author: rmacklem > Date: Mon Apr 25 22:22:51 2011 > New Revision: 221032 > URL: http://svn.freebsd.org/changeset/base/221032 > > Log: > Fix the experimental NFS client so that it does not bogusly > set the f_flags field of "struct statfs". This had the interesting > effect of making the NFSv4 mounts "disappear" after r221014, > since NFSMNT_NFSV4 and MNT_IGNORE became the same bit. > Move the files used for a diskless NFS root from sys/nfsclient > to sys/nfs in preparation for them to be used by both NFS > clients. Also, move the declaration of the three global data > structures from sys/nfsclient/nfs_vfsops.c to sys/nfs/nfs_diskless.c > so that they are defined when either client uses them. > Oops. The first four lines of this Log message were sitting in the editor from a provious commit and I didn't delete them. I don't think there's an easy way to fix that now? rick