Date: Fri, 21 Oct 2005 01:54:00 +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 ffs_vfsops.c Message-ID: <200510210154.j9L1s0uH054677@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2005-10-21 01:54:00 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: Adjust maxfilesize for UFS1 and old 4.4 FFS. For UFS1, increase the limit to (max block - 1) * bsize. For DEV_BSIZE, this doubles the limit from 0.5 TB to 1 TB. For the old 4.4 FFS case, decrease the limit from 0.5 TB to 2 GB - 1. Older systems had a 32 bit off_t so they couldn't access the larger files anyway. Collaboration with: bde Revision Changes Path 1.295 +2 -2 src/sys/ufs/ffs/ffs_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510210154.j9L1s0uH054677>