Journaling layer work. Add a new system call, mountctl, which will be used
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 24 Dec 2004 05:00:22 +0000 (05:00 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 24 Dec 2004 05:00:22 +0000 (05:00 +0000)
commit949ecb9b482b9d0d0a5c432420205c00067b0838
treeb447dac5a2fd306eb33da0031bcd86da2f7ab98b
parent5380e0e9583b6de52fce261f311ff9479bf2aec4
Journaling layer work.  Add a new system call, mountctl, which will be used
to manage the journaling layer.  Add a new VOP, VOP_MOUNTCTL, which will
be used to pass mountctl operations down into the VFS layer.
19 files changed:
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/kern/syscalls.master
sys/kern/vfs_default.c
sys/kern/vfs_jops.c
sys/kern/vfs_journal.c
sys/kern/vfs_lock.c
sys/kern/vfs_syscalls.c
sys/kern/vfs_vopops.c
sys/sys/kern_syscall.h
sys/sys/mountctl.h [new file with mode: 0644]
sys/sys/syscall-args
sys/sys/syscall-hide.h
sys/sys/syscall.h
sys/sys/syscall.mk
sys/sys/sysproto.h
sys/sys/sysunion.h
sys/sys/vfsops.h
sys/sys/vnode.h