Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2002 11:34:51 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/fsck_ffs pass1.c src/sys/ufs/ffs ffs_vfsops.c
Message-ID:  <200206261834.g5QIYpmU025497@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2002/06/26 11:34:51 PDT

  Modified files:
    sbin/fsck_ffs        pass1.c 
    sys/ufs/ffs          ffs_vfsops.c 
  Log:
  Remove the kernel file-size limit for UFS2, so that only the limit
  imposed by the filesystem structure itself remains. With 16k blocks,
  the maximum file size is now just over 128TB.
  
  For now, the UFS1 file size limit is left unchanged so as to remain
  consistent with RELENG_4, but it too could be removed in the future.
  
  Reviewed by:    mckusick
  
  Revision  Changes    Path
  1.31      +4 -1      src/sbin/fsck_ffs/pass1.c
  1.185     +7 -5      src/sys/ufs/ffs/ffs_vfsops.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206261834.g5QIYpmU025497>