freebsd-dev/sys/msdosfs
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
..
bootsect.h Fix typo: seperate -> separate. 2001-02-06 11:21:58 +00:00
bpb.h Quick fix for msdsofs_write() on alphas and other machines with either 2000-08-25 09:03:58 +00:00
denode.h Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware. 2000-10-22 14:22:17 +00:00
direntry.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 05:07:58 +00:00
fat.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 05:07:58 +00:00
msdosfs_conv.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
msdosfs_denode.c Correct #includes to work with fixed sys/mount.h. 2001-04-23 09:05:15 +00:00
msdosfs_fat.c Correct #includes to work with fixed sys/mount.h. 2001-04-23 09:05:15 +00:00
msdosfs_lookup.c Correct #includes to work with fixed sys/mount.h. 2001-04-23 09:05:15 +00:00
msdosfs_vfsops.c Move the netexport structure from the fs-specific mountstructure 2001-04-25 07:07:52 +00:00
msdosfs_vnops.c Correct #includes to work with fixed sys/mount.h. 2001-04-23 09:05:15 +00:00
msdosfsmount.h Move the netexport structure from the fs-specific mountstructure 2001-04-25 07:07:52 +00:00