Subject: CVS commit: [netbsd-4] src/sys/ufs/ext2fs
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 01/12/2007 23:24:34
Module Name: src
Committed By: bouyer
Date: Fri Jan 12 23:24:34 UTC 2007
Modified Files:
src/sys/ufs/ext2fs [netbsd-4]: ext2fs_alloc.c ext2fs_inode.c
Log Message:
Pull up following revision(s) (requested by chs in ticket #346):
sys/ufs/ext2fs/ext2fs_inode.c: revision 1.56
sys/ufs/ext2fs/ext2fs_alloc.c: revision 1.33
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.32.2.1 src/sys/ufs/ext2fs/ext2fs_alloc.c
cvs rdiff -r1.55 -r1.55.10.1 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.