Date: Sat, 9 Oct 2004 20:16:06 +0000 (UTC) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs fs.h Message-ID: <200410092016.i99KG6ma017422@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410092016.i99KG6ma017422>