Subject: CVS commit: src/sbin/fsck_lfs
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 07/12/2003 16:13:38
Module Name:	src
Committed By:	yamt
Date:		Sat Jul 12 16:13:38 UTC 2003

Modified Files:
	src/sbin/fsck_lfs: inode.c

Log Message:
in ckinode(), use idesc->id_number instead of dino.di_u.inumber
since the latter is invalid for pass2 and vget can return invalid vnode
for inode number 0.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sbin/fsck_lfs/inode.c

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