cvs commit: src/sys/fs/udf udf_vfsops.c

Scott Long scottl at samsco.org
Fri May 26 08:48:18 PDT 2006


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


More information about the cvs-src mailing list