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

Modified Files:
	src/sys/ufs/ffs: ffs_vfsops.c fs.h
	src/sys/ufs/ufs: ufsmount.h

Log Message:
* Use the old and new time fields in the superblock as well as a few others
  to determine if this filesystem was mounted by an older kernel after
  having been mounted by a newer one, to avoid some summary mismatches.
* Reinstate support for 4.2 cylinder groups (read-only, as it was before).


To generate a diff of this commit:
cvs rdiff -r1.110 -r1.111 src/sys/ufs/ffs/ffs_vfsops.c
cvs rdiff -r1.31 -r1.32 src/sys/ufs/ffs/fs.h
cvs rdiff -r1.11 -r1.12 src/sys/ufs/ufs/ufsmount.h

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