Subject: CVS commit: src/sys/ufs/ufs
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 03/21/2003 17:46:33
Module Name:	src
Committed By:	fvdl
Date:		Fri Mar 21 15:46:33 UTC 2003

Modified Files:
	src/sys/ufs/ufs: ufs_bmap.c

Log Message:
LFS likes to store negative values in the dinode block pointers, so
make sure to cast the value back to int32_t after it was changed
by ufs_rw32, before passing it to blkptrtodb.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/ufs/ufs/ufs_bmap.c

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