Split kern/vfs_journal.c. Leave the low level journal support code in
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 8 May 2006 18:45:53 +0000 (18:45 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 8 May 2006 18:45:53 +0000 (18:45 +0000)
commitf56dc967343b47b7062c65841a46c023b1c3d9aa
treeb176d3f9e87ef63baedb1e1de756b6f88b90b647
parenta319046653ca23fd289fab5b7a2900803bee62fd
Split kern/vfs_journal.c.  Leave the low level journal support code in
kern/vfs_journal.c and move all the mount-based journaling code and
journaling VNOPS to kern/vfs_jops.c.  This is in preparation for utilizing
the core journaling protocol for userland VFS support.
sys/conf/files
sys/kern/vfs_jops.c
sys/kern/vfs_journal.c
sys/sys/mountctl.h