freebsd-nq/sys/fs/hpfs
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
..
hpfs_alsubr.c Separate the struct bio related stuff out of <sys/buf.h> into 2000-05-05 09:59:14 +00:00
hpfs_hash.c Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
hpfs_ioctl.h
hpfs_lookup.c Separate the struct bio related stuff out of <sys/buf.h> into 2000-05-05 09:59:14 +00:00
hpfs_subr.c Separate the struct bio related stuff out of <sys/buf.h> into 2000-05-05 09:59:14 +00:00
hpfs_subr.h
hpfs_vfsops.c Move the netexport structure from the fs-specific mountstructure 2001-04-25 07:07:52 +00:00
hpfs_vnops.c This patch removes the VOP_BWRITE() vector. 2001-04-17 08:56:39 +00:00
hpfs.h Move the netexport structure from the fs-specific mountstructure 2001-04-25 07:07:52 +00:00
hpfsmount.h