njl 2004-10-09 20:16:06 UTC FreeBSD src repository Modified files: sys/ufs/ffs fs.h Log: Fix fsbtodb() for UFS1. This fixes an overflow for file sizes >1 TB, allowing for sizes up to 4 TB. This doesn't affect UFS2 since b is already a 64 bit type, coincidental with daddr_t. Submitted by: bde Revision Changes Path 1.45 +1 -1 src/sys/ufs/ffs/fs.h