freebsd-nq/sys/ufs
Kirk McKusick 0cb652d925 Have to use bread() rather than UFS_BALLOC() when obtaining a
previously allocated block as the previous use of the block may
have fallen out of the cache. Failure to reread its contents cause
zeroed results to be written instead of the proper contents.
Conversely, when the block is going to be entirely filled in, it
is not necessary reread the old contents.

Sponsored by:   DARPA & NAI Labs.
Approved by:	re
2002-12-03 18:19:27 +00:00
..
ffs Have to use bread() rather than UFS_BALLOC() when obtaining a 2002-12-03 18:19:27 +00:00
ufs Print daddr_t's with %j and intmax_t. 2002-11-08 22:28:35 +00:00