bde e7b28f3337 Quick fix for not being able to sync all the buffers in boot() if
an ext2fs file system is mounted.  The soft update changes added
a check for B_DELWRI buffers.  This exposed the complete brokenness
of the previous quick fix for failing syncs (PR 3571, committed on
1997/08/04).  Use a new buffer flag B_DIRTY and don't abuse B_DELWRI.
B_DIRTY buffers are still written too late, as broken in the previous
fix.  This is fairly harmless, because B_DIRTY is only used for
bitmap buffers and fsck.ext2 can fix up the bitmaps perfectly.

Fixed a race in ULCK_BUF() (bremfree() was outside of the splbio()
section).
1998-10-03 16:19:28 +00:00
..
1998-04-12 03:09:43 +00:00
1998-01-06 09:27:37 +00:00
1998-09-15 10:07:26 +00:00
1998-09-15 10:07:26 +00:00
1997-09-21 22:09:24 +00:00
1998-08-23 20:16:35 +00:00
1998-09-15 08:16:17 +00:00
1996-11-27 22:52:25 +00:00
1997-09-16 11:44:05 +00:00
1998-06-14 20:05:27 +00:00
1998-09-15 10:07:26 +00:00
1998-09-15 08:21:13 +00:00
1998-02-03 22:32:23 +00:00
1998-08-24 08:32:19 +00:00
1998-08-24 08:32:19 +00:00
1998-08-24 08:32:19 +00:00
1998-08-24 08:32:19 +00:00
1998-09-15 10:07:26 +00:00
1998-06-22 21:09:10 +00:00