freebsd-src/sys/ufs
Kirk McKusick 794ef3471f Must call drain_output() before checking the dirty block list
in softdep_sync_metadata(). Otherwise we may miss dependencies
that need to be flushed which will result in a later panic
with the message ``vinvalbuf: dirty bufs''.

Submitted by:	Matthew Dillon <dillon@apollo.backplane.com>
MFC after:	1 week
2002-01-11 19:59:27 +00:00
..
ffs Must call drain_output() before checking the dirty block list 2002-01-11 19:59:27 +00:00
ifs Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget() 2001-12-20 22:42:27 +00:00
ufs Do not pull quota entries of the cache-list if they have already 2002-01-10 15:02:57 +00:00