Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: wrstuden
Date: Fri Feb 26 23:44:50 UTC 1999
Modified Files:
src/sys/adosfs: advfsops.c
src/sys/coda: coda_vfsops.c
src/sys/filecorefs: filecore_extern.h filecore_vfsops.c
src/sys/isofs/cd9660: cd9660_extern.h cd9660_vfsops.c
src/sys/miscfs/fdesc: fdesc_vfsops.c
src/sys/miscfs/kernfs: kernfs_vfsops.c
src/sys/miscfs/nullfs: null_vfsops.c
src/sys/miscfs/portal: portal_vfsops.c
src/sys/miscfs/procfs: procfs_vfsops.c
src/sys/miscfs/umapfs: umap_vfsops.c
src/sys/miscfs/union: union_vfsops.c
src/sys/msdosfs: msdosfs_vfsops.c msdosfsmount.h
src/sys/nfs: nfs_subs.c nfs_vfsops.c nfsmount.h
src/sys/sys: mount.h
src/sys/ufs/ext2fs: ext2fs_extern.h ext2fs_vfsops.c
src/sys/ufs/ffs: ffs_extern.h ffs_vfsops.c
src/sys/ufs/lfs: lfs_extern.h lfs_vfsops.c
src/sys/ufs/mfs: mfs_vfsops.c
src/sys/ufs/ufs: ufs_extern.h ufs_vfsops.c
Log Message:
Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() now
only handles the file handle to vnode conversion, and a new call,
vfs_checkexp(), performs the export verification.
Home |
Main Index |
Thread Index |
Old Index