From owner-cvs-src@FreeBSD.ORG Fri May 26 15:48:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1DB416A654; Fri, 26 May 2006 15:48:10 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id A13AA43E0E; Fri, 26 May 2006 15:46:53 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k4QFjYkp039862; Fri, 26 May 2006 09:45:41 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <44772296.6040402@samsco.org> Date: Fri, 26 May 2006 09:45:26 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200605260121.k4Q1LqLd098354@repoman.freebsd.org> <44766E9B.6030000@samsco.org> <20060526033840.GA9864@crodrigues.org> <20060526144533.GC1165@garage.freebsd.pl> In-Reply-To: <20060526144533.GC1165@garage.freebsd.pl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: Craig Rodrigues , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/udf udf_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 May 2006 15:48:18 -0000 Pawel Jakub Dawidek wrote: > On Thu, May 25, 2006 at 11:38:40PM -0400, Craig Rodrigues wrote: > +> With my recent changes to mountd, to convert to nmount() and remove hardcoded > +> dependencies on ufs, cd9660, ntfs, and msdosfs, > +> it should be easier to export different filesystems from FreeBSD. > +> > +> For example, it should now be possible to NFS export an ext2fs > +> from FreeBSD. > > But as I suspect, it is still not possible to NFS export nullfs? > With Craig's changes, try removing nullfs_checkexp() entirely. That might be enough to make nullfs exportable. Having the checkexp vector there is wrong anyways. Scott