]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implemented loadable VFS modules, and made most existing filesystems
authorwollman <wollman@FreeBSD.org>
Wed, 21 Sep 1994 03:47:43 +0000 (03:47 +0000)
committerwollman <wollman@FreeBSD.org>
Wed, 21 Sep 1994 03:47:43 +0000 (03:47 +0000)
commitc289ac89a1707f8e0720ce4e9225ce1ebd9e122b
tree1c73df5527fa425afd9acc6b6f44948163165c7b
parent3ba6929687399003ec8c92ed71c166eb83f2c7bb
Implemented loadable VFS modules, and made most existing filesystems
loadable.  (NFS is a notable exception.)
61 files changed:
sys/fs/cd9660/cd9660_vfsops.c
sys/fs/cd9660/cd9660_vnops.c
sys/fs/deadfs/dead_vnops.c
sys/fs/fdescfs/fdesc_vfsops.c
sys/fs/fdescfs/fdesc_vnops.c
sys/fs/fifofs/fifo_vnops.c
sys/fs/msdosfs/msdosfs_vfsops.c
sys/fs/msdosfs/msdosfs_vnops.c
sys/fs/nullfs/null_vfsops.c
sys/fs/nullfs/null_vnops.c
sys/fs/portalfs/portal_vfsops.c
sys/fs/portalfs/portal_vnops.c
sys/fs/procfs/procfs_vfsops.c
sys/fs/procfs/procfs_vnops.c
sys/fs/specfs/spec_vnops.c
sys/fs/umapfs/umap_vfsops.c
sys/fs/umapfs/umap_vnops.c
sys/fs/unionfs/union_vfsops.c
sys/fs/unionfs/union_vnops.c
sys/isofs/cd9660/cd9660_vfsops.c
sys/isofs/cd9660/cd9660_vnops.c
sys/kern/kern_lkm.c
sys/kern/kern_sysctl.c
sys/kern/vfs_conf.c
sys/kern/vfs_extattr.c
sys/kern/vfs_init.c
sys/kern/vfs_mount.c
sys/kern/vfs_syscalls.c
sys/miscfs/deadfs/dead_vnops.c
sys/miscfs/fdesc/fdesc_vfsops.c
sys/miscfs/fdesc/fdesc_vnops.c
sys/miscfs/fifofs/fifo_vnops.c
sys/miscfs/kernfs/kernfs_vfsops.c
sys/miscfs/kernfs/kernfs_vnops.c
sys/miscfs/nullfs/null_vfsops.c
sys/miscfs/nullfs/null_vnops.c
sys/miscfs/portal/portal_vfsops.c
sys/miscfs/portal/portal_vnops.c
sys/miscfs/procfs/procfs_vfsops.c
sys/miscfs/procfs/procfs_vnops.c
sys/miscfs/specfs/spec_vnops.c
sys/miscfs/umapfs/umap_vfsops.c
sys/miscfs/umapfs/umap_vnops.c
sys/miscfs/union/union_vfsops.c
sys/miscfs/union/union_vnops.c
sys/msdosfs/msdosfs_vfsops.c
sys/msdosfs/msdosfs_vnops.c
sys/nfs/nfs_vfsops.c
sys/nfs/nfs_vnops.c
sys/nfsclient/nfs_vfsops.c
sys/nfsclient/nfs_vnops.c
sys/sys/lkm.h
sys/sys/mount.h
sys/sys/sysctl.h
sys/sys/vnode.h
sys/ufs/ffs/ffs_vfsops.c
sys/ufs/ffs/ffs_vnops.c
sys/ufs/lfs/lfs_vfsops.c
sys/ufs/lfs/lfs_vnops.c
sys/ufs/mfs/mfs_vfsops.c
sys/ufs/mfs/mfs_vnops.c