Introduce sys/syslink.h, the beginnings of a VOP-compatible RPC-like
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 19 Jul 2006 06:08:14 +0000 (06:08 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 19 Jul 2006 06:08:14 +0000 (06:08 +0000)
commit31bd717acabc9cb8944d583baf322cfe33af56ed
treee1faff9da3347b573c29bb5be6c9611b8369762d
parent84366fef128ef443604d823d5894010c30562c77
Introduce sys/syslink.h, the beginnings of a VOP-compatible RPC-like
communications infrastructure that will be used for userland VFS and
communications between hosts in a cluster.

Begin merging the vnode operations vector code with syslink by replacing
vnodeop_desc with syslink_desc.  Also get rid of a lot of junk related
to vnodeop_desc that is no longer used.
17 files changed:
sys/kern/vfs_default.c
sys/kern/vfs_vopops.c
sys/sys/syslink.h [new file with mode: 0644]
sys/sys/vfsops.h
sys/sys/vnode.h
sys/vfs/coda/coda_vnops.c
sys/vfs/fifofs/fifo_vnops.c
sys/vfs/gnu/ext2fs/ext2_vnops.c
sys/vfs/isofs/cd9660/cd9660_vnops.c
sys/vfs/mfs/mfs_vnops.c
sys/vfs/nfs/nfs_vnops.c
sys/vfs/ntfs/ntfs_vnops.c
sys/vfs/nwfs/nwfs_vnops.c
sys/vfs/smbfs/smbfs_vnops.c
sys/vfs/specfs/spec_vnops.c
sys/vfs/ufs/ufs_vnops.c
sys/vfs/union/union_vnops.c