Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/ufs/ufs
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.
Home |
Main Index |
Thread Index |
Old Index