Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 04/11/1999 17:47:17
Module Name:	src
Committed By:	perseant
Date:		Mon Apr 12 00:47:17 UTC 1999

Modified Files:
	src/sys/ufs/lfs: lfs_vfsops.c
Log Message:
Check the superblock version field, and refuse to mount the filesystem
if the version number is higher than we know about.  This allows, e.g.,
changes in the format of the ifile, segment size restrictions and boundaries,
etc., which would not affect existing fields in the superblock, but which
would drastically affect the filesystem, to be smoothly integrated at a
later date.