Poul-Henning Kamp 4a18054d7b With the introduction of UFS2 we started looking for superblocks in
four different locations on a prospective filesystem.

If we found none, we forgot to invalidate the four buffers, thus the
following sequence would fails:

	(md0 = blank disk)
	mount /dev/md0 /mnt
	(fails, no superblocks)
	newfs /dev/md0
	(writes using physio which does not go through buffercache).
	mount /dev/md0 /mnt
	(still fails, the four cached buffers still contain no superblocks)

Found by:	ru
2004-12-12 14:19:11 +00:00
..
2004-12-11 23:56:03 +00:00
2004-12-06 19:46:02 +00:00
2004-12-09 13:54:29 +00:00
2004-12-10 17:42:47 +00:00
2004-11-09 16:47:47 +00:00
2004-12-09 16:47:07 +00:00
2004-10-12 08:22:08 +00:00
2004-11-10 07:16:59 +00:00
2004-11-17 09:09:55 +00:00