Date: Tue, 24 Apr 2001 09:15:28 -0700 From: Alfred Perlstein <bright@wintelcom.net> To: Poul-Henning Kamp <phk@FreeBSD.ORG> Cc: audit@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: PATCH: move struct netexport to struct mount Message-ID: <20010424091528.K1790@fw.wintelcom.net> In-Reply-To: <56541.988106905@critter>; from phk@FreeBSD.ORG on Tue, Apr 24, 2001 at 12:08:25PM %2B0200 References: <56541.988106905@critter>
next in thread | previous in thread | raw e-mail | index | archive | help
* Poul-Henning Kamp <phk@FreeBSD.ORG> [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 - [alfred@freebsd.org] Represent yourself, show up at BABUG http://www.babug.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010424091528.K1790>