freebsd-dev/sys/ufs
Scott Long 7d155880ee Due to reasons unknown at this time, the system can be forced to write
a journal block even when there are no journal entries to be written.
Until the root cause is found, handle this case by ensuring that a
valid journal segment is always written.

Second, the data buffer used for writing journal entries was never
being scrubbed of old data.  Fix this.

Submitted by:	Takehara Mikihito
Obtained from:	Netflix, Inc.
MFC after:	3 days
2014-05-06 20:40:16 +00:00
..
ffs Due to reasons unknown at this time, the system can be forced to write 2014-05-06 20:40:16 +00:00
ufs - Gracefully handle truncation failures when trying to shrink directories. 2014-03-06 00:10:07 +00:00