Subject: CVS commit: src/sys/lib/libsa
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 09/29/2007 21:36:56
Module Name: src
Committed By: martin
Date: Sat Sep 29 21:36:56 UTC 2007
Modified Files:
src/sys/lib/libsa: ufs.c
Log Message:
When compiled with COMPAT_SOLARIS_UFS, always calculate fs_qbmask and
fs_qfmask on the fly. This allows libsa to read newer Solaris ufs
filesystems (which have a slightly incompatible superblock).
Suggested by Antti Kantee when discussing PR kern/37000.
To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 src/sys/lib/libsa/ufs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.