The size of a nesting record may not be known (due to the virtual stream
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 5 Jul 2005 00:14:27 +0000 (00:14 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 5 Jul 2005 00:14:27 +0000 (00:14 +0000)
commitb7ef558f23808190b9c35ed1ea3c36b71e2b68b2
tree107f83125657c7b3d2b34852dd47cfa87893c190
parent368ddc9964fa024224efe071eafd90dcef9060a2
The size of a nesting record may not be known (due to the virtual stream
being larger then the in-memory FIFO).  Instead of setting the header
size to 8, set it to -1 to make this case clear.
sys/kern/vfs_jops.c
sys/kern/vfs_journal.c