Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 1998 05:21:51 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG
Subject:   cvs commit: src/sbin/newfs mkfs.c
Message-ID:  <199805311221.FAA10344@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/05/31 05:21:51 PDT

  Modified files:
    sbin/newfs           mkfs.c 
  Log:
  Fixed overflow in the calculation of the number of inodes per group
  for filesystems with almost the maximum number of sectors.  The maxiumum
  is 2^31, but overflow is common for that size, and overflow normally
  occurred here at size (2^31 - 4096).
  
  Revision  Changes    Path
  1.22      +1 -1      src/sbin/newfs/mkfs.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?199805311221.FAA10344>