From cdc83afc7f1e444c4646840f48592b7ff524fbea Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 25 Apr 2001 07:07:52 +0000 Subject: 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 from --- sys/fs/cd9660/iso.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/fs/cd9660/iso.h') diff --git a/sys/fs/cd9660/iso.h b/sys/fs/cd9660/iso.h index 2da3d82..b62c723 100644 --- a/sys/fs/cd9660/iso.h +++ b/sys/fs/cd9660/iso.h @@ -235,7 +235,6 @@ struct iso_mnt { int im_bmask; int volume_space_size; - struct netexport im_export; char root[ISODCL (157, 190)]; int root_extent; -- cgit v1.1