* Poul-Henning Kamp <[EMAIL PROTECTED]> [010424 03:08] wrote:
> 
> http://phk.freebsd.dk/patch/export.patch
> 
> 20010424        export.patch
> 
>         This patch moves 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>

Nice, go for it.

-- 
-Alfred Perlstein - [[EMAIL PROTECTED]]
Represent yourself, show up at BABUG http://www.babug.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to