Start working on the full-duplex journaling feature, where the target can
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 22 Mar 2005 22:13:33 +0000 (22:13 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 22 Mar 2005 22:13:33 +0000 (22:13 +0000)
commit432b8263d91337ff5324188b232afccf3c518523
treeef8ec5135d153a454c21a007aae42851664c577b
parentdfc22fd2fb8dd84bd099014847243f21349acf36
Start working on the full-duplex journaling feature, where the target can
acknowledge the sequence space to prevent information loss if a journaling
stream is interrupted.  Implement a skeleton for the receiver thread.

Delete journals associated with a mount point that is undergoing an unmount.
(reported-by: Fabian <fabian.duelli@bluewin.ch>)
sys/kern/vfs_jops.c
sys/kern/vfs_journal.c
sys/kern/vfs_syscalls.c
sys/sys/journal.h
sys/sys/mount.h
sys/sys/mountctl.h