Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 04/12/2003 13:35:59
Module Name:	src
Committed By:	fvdl
Date:		Sat Apr 12 10:35:59 UTC 2003

Modified Files:
	src/sys/ufs/ffs: ffs_vfsops.c

Log Message:
Don't cache buffers used when finding the superblock, it can lead to
seeing bogus data for the first cg with certain block/frag sizes.
From enami tsugutomo.


To generate a diff of this commit:
cvs rdiff -r1.111 -r1.112 src/sys/ufs/ffs/ffs_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.