freebsd-nq/sys/fs
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 Move the netexport structure from the fs-specific mountstructure 2001-04-25 07:07:52 +00:00
coda fix it so it compiles again 2001-04-23 18:51:54 +00:00
deadfs Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
devfs add this ridiculous include foo so it will compile again 2001-04-23 18:14:41 +00:00
fdescfs fix it so it compiles again 2001-04-23 18:51:54 +00:00
fifofs Extend kqueue down to the device layer. 2001-02-15 16:34:11 +00:00
hpfs Move the netexport structure from the fs-specific mountstructure 2001-04-25 07:07:52 +00:00
msdosfs Move the netexport structure from the fs-specific mountstructure 2001-04-25 07:07:52 +00:00
ntfs Move the netexport structure from the fs-specific mountstructure 2001-04-25 07:07:52 +00:00
nullfs o Change the API and ABI of the Extended Attribute kernel interfaces to 2001-03-15 02:54:29 +00:00
nwfs vnode_pager_freepage() is really vm_page_free() in disguise, 2001-04-19 06:18:23 +00:00
portalfs Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
procfs Change the pfind() and zpfind() functions to lock the process that they 2001-04-24 00:51:53 +00:00
pseudofs Let pseudofs into the warmth of the FreeBSD CVS repo. 2001-04-07 19:51:12 +00:00
smbfs Move VT_SMBFS definition to the proper place. Undefine VI_LOCK/VI_UNLOCK. 2001-04-13 11:26:54 +00:00
specfs Correct #includes to work with fixed sys/mount.h. 2001-04-23 09:05:15 +00:00
umapfs o Change the API and ABI of the Extended Attribute kernel interfaces to 2001-03-15 02:54:29 +00:00
unionfs Reviewed by: jlemon 2001-03-01 21:00:17 +00:00