Subject: PR/37000 CVS commit: src/sys/lib/libsa
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@netbsd.org>
List: netbsd-bugs
Date: 09/29/2007 21:40:03
The following reply was made to PR kern/37000; it has been noted by GNATS.

From: Martin Husemann <martin@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/37000 CVS commit: src/sys/lib/libsa
Date: Sat, 29 Sep 2007 21:36:56 +0000 (UTC)

 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.