cvs commit: src/sys/ufs/ffs ffs_vfsops.c

Nate Lawson njl at FreeBSD.org
Thu Oct 20 18:54:01 PDT 2005


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


More information about the cvs-src mailing list