freebsd-nq/sys/fs/cd9660
Poul-Henning Kamp a13234bb35 Move the netexport structure from the fs-specific mountstructure
to struct mount.

This makes the "struct netexport *" paramter to the vfs_export
and vfs_checkexport interface unneeded.

Consequently that all non-stacking filesystems can use
vfs_stdcheckexp().

At the same time, make it a pointer to a struct netexport
in struct mount, so that we can remove the bogus AF_MAX
and #include <net/radix.h> from <sys/mount.h>
2001-04-25 07:07:52 +00:00
..
cd9660_bmap.c Correct #includes to work with fixed sys/mount.h. 2001-04-23 08:28:44 +00:00
cd9660_lookup.c Correct #includes to work with fixed sys/mount.h. 2001-04-23 08:28:44 +00:00
cd9660_mount.h
cd9660_node.c Correct #includes to work with fixed sys/mount.h. 2001-04-23 08:28:44 +00:00
cd9660_node.h
cd9660_rrip.c Correct #includes to work with fixed sys/mount.h. 2001-04-23 08:28:44 +00:00
cd9660_rrip.h
cd9660_util.c Correct #includes to work with fixed sys/mount.h. 2001-04-23 08:28:44 +00:00
cd9660_vfsops.c Move the netexport structure from the fs-specific mountstructure 2001-04-25 07:07:52 +00:00
cd9660_vnops.c Correct #includes to work with fixed sys/mount.h. 2001-04-23 08:28:44 +00:00
iso_rrip.h
iso.h Move the netexport structure from the fs-specific mountstructure 2001-04-25 07:07:52 +00:00
TODO
TODO.hibler