Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 09/29/2003 20:34:23
Module Name:	src
Committed By:	dbj
Date:		Mon Sep 29 20:34:23 UTC 2003

Modified Files:
	src/sys/ufs/ffs: fs.h

Log Message:
Declare fs_old_flags and fs_flags as unsigned.
This fixes a bug introduced in revision 1.120 of ffs_vfsops dated 2003/09/13
which results in fs_flags having a value of 0x7fffff00 when a superblock
is updated to use the new layout.
Discussed in http://mail-index.netbsd.org/tech-kern/2003/09/28/0003.html


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/sys/ufs/ffs/fs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.