From owner-cvs-all Sun May 31 05:22:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA18719 for cvs-all-outgoing; Sun, 31 May 1998 05:22:10 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA18714; Sun, 31 May 1998 05:22:08 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA10344; Sun, 31 May 1998 05:21:51 -0700 (PDT) Date: Sun, 31 May 1998 05:21:51 -0700 (PDT) Message-Id: <199805311221.FAA10344@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/newfs mkfs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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