Fix a number of alignment and offset bugs that were corrupting the
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 5 Mar 2005 05:08:30 +0000 (05:08 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 5 Mar 2005 05:08:30 +0000 (05:08 +0000)
commit143c4f15fc7020c599ca619bc452d3714eed6d5b
tree8efd71d53b6e5301f8244ece04a2dfbd5ae1cc03
parent258f3612fceec383595cdfcc2933774028127a8b
Fix a number of alignment and offset bugs that were corrupting the
journaling output stream.  In particular, the stream record expansion
code (journal_extend()) was not returning the correct payload pointer.

Add PUTPAGES support.

Further improve the code documentation.
sys/kern/vfs_jops.c
sys/kern/vfs_journal.c
sys/sys/journal.h