freebsd-src/sys/ufs
Bruce Evans 37223939f0 Fixed bitrot in the non-softdep case of ufs_dirremove():
- restored async mount support.  The first entry in a block is still
  always written synchronously, although it probably shouldn't be in
  the async case.
- restored use of BWRITE() instead of bowrite() for the DOWHITEOUT
  case, although bowrite() is probably better.

Broken by:	merge of softdep changes (rev.1.22).
Found by:	lmbench2 delete-file benchmarks.
1998-04-15 12:27:31 +00:00
..
ffs Eradicate the variable "time" from the kernel, using various measures. 1998-03-30 09:56:58 +00:00
mfs The intent is to get rid of WILLRELE in vnode_if.src by making 1998-03-01 22:46:53 +00:00
ufs Fixed bitrot in the non-softdep case of ufs_dirremove(): 1998-04-15 12:27:31 +00:00