Subject: CVS commit: src/sys/ufs/ext2fs
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 12/09/2006 22:07:48
Module Name:	src
Committed By:	chs
Date:		Sat Dec  9 22:07:48 UTC 2006

Modified Files:
	src/sys/ufs/ext2fs: ext2fs_alloc.c ext2fs_inode.c

Log Message:
several ext2fs fixes provided by Barry Bouwsma:
 - set ip->i_e2fs_dtime to time_second, not time_uptime.
 - don't allow ipref to go negative
 - fs->e2fs.e2fs_icount is a valid inode number, allow it.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/sys/ufs/ext2fs/ext2fs_alloc.c
cvs rdiff -r1.55 -r1.56 src/sys/ufs/ext2fs/ext2fs_inode.c

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