Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 04/18/2004 03:35:16
Module Name: src
Committed By: dbj
Date: Sun Apr 18 03:35:16 UTC 2004
Modified Files:
src/sys/ufs/ffs: ffs_vfsops.c
Log Message:
remove code that attempts to correct superblock location. this
enforces an unnecessary restriction that the superblock be in the
particular expected locations. Also, the compatibility case is
handled in ffs_oldfscompat_read.
To generate a diff of this commit:
cvs rdiff -r1.141 -r1.142 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.