Date: Wed, 25 Apr 2001 00:07:53 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/hpfs hpfs.h hpfs_vfsops.c src/sys/gnu/ext2fs ext2_vfsops.c src/sys/isofs/cd9660 cd9660_vfsops.c iso.h src/sys/kern vfs_default.c vfs_subr.c src/sys/msdosfs msdosfs_vfsops.c msdosfsmount.h src/sys/ntfs ... Message-ID: <200104250707.f3P77rG96750@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2001/04/25 00:07:52 PDT
Modified files:
sys/fs/hpfs hpfs.h hpfs_vfsops.c
sys/gnu/ext2fs ext2_vfsops.c
sys/isofs/cd9660 cd9660_vfsops.c iso.h
sys/kern vfs_default.c vfs_subr.c
sys/msdosfs msdosfs_vfsops.c msdosfsmount.h
sys/ntfs ntfs.h ntfs_vfsops.c
sys/sys mount.h
sys/ufs/ffs ffs_vfsops.c
sys/ufs/ifs ifs_vfsops.c
sys/ufs/mfs mfs_vfsops.c
sys/ufs/ufs ufs_extern.h ufs_vfsops.c ufsmount.h
Log:
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>
Revision Changes Path
1.6 +3 -1 src/sys/fs/hpfs/hpfs.h
1.12 +8 -11 src/sys/fs/hpfs/hpfs_vfsops.c
1.78 +3 -3 src/sys/gnu/ext2fs/ext2_vfsops.c
1.89 +3 -29 src/sys/isofs/cd9660/cd9660_vfsops.c
1.21 +1 -2 src/sys/isofs/cd9660/iso.h
1.46 +1 -11 src/sys/kern/vfs_default.c
1.309 +62 -6 src/sys/kern/vfs_subr.c
1.74 +3 -23 src/sys/msdosfs/msdosfs_vfsops.c
1.23 +1 -2 src/sys/msdosfs/msdosfsmount.h
1.10 +3 -1 src/sys/ntfs/ntfs.h
1.29 +8 -12 src/sys/ntfs/ntfs_vfsops.c
1.108 +8 -25 src/sys/sys/mount.h
1.149 +3 -3 src/sys/ufs/ffs/ffs_vfsops.c
1.6 +2 -2 src/sys/ufs/ifs/ifs_vfsops.c
1.91 +3 -3 src/sys/ufs/mfs/mfs_vfsops.c
1.32 +2 -3 src/sys/ufs/ufs/ufs_extern.h
1.22 +1 -30 src/sys/ufs/ufs/ufs_vfsops.c
1.19 +1 -3 src/sys/ufs/ufs/ufsmount.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104250707.f3P77rG96750>
