Subject: CVS commit: src/sys/ufs
To: None <source-changes@NetBSD.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 01/09/2004 19:10:22
Module Name:	src
Committed By:	dbj
Date:		Fri Jan  9 19:10:22 UTC 2004

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

Log Message:
never upgrade the superblock or set FS_FLAGS_UPDATED in fs_old_flags
add compatibility for filesystems created before FFSv2 integration
these patches are from pr port-macppc/23926 and should also fix
problems discussed in pr kern/21404 and pr kern/21283


To generate a diff of this commit:
cvs rdiff -r1.72 -r1.73 src/sys/ufs/ffs/ffs_alloc.c
cvs rdiff -r1.130 -r1.131 src/sys/ufs/ffs/ffs_vfsops.c
cvs rdiff -r1.14 -r1.15 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.