Subject: CVS commit: src/sys/ufs/ufs
To: None <source-changes@NetBSD.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 07/24/2004 15:02:33
Module Name:	src
Committed By:	dbj
Date:		Sat Jul 24 15:02:33 UTC 2004

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

Log Message:
remove incorrect casts that limit some uses of daddr_t to 31 bits
this fixes problems using ffs2 with more than 2^31 sectors (~1tb)


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/ufs/ufs/ufs_bmap.c
cvs rdiff -r1.116 -r1.117 src/sys/ufs/ufs/ufs_vnops.c

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