cvs commit: src/sys/ufs/ffs fs.h

Nate Lawson njl at FreeBSD.org
Sat Oct 9 13:16:07 PDT 2004


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


More information about the cvs-all mailing list