From owner-cvs-all Thu Feb 24 12:46:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 18CAE37BB66; Thu, 24 Feb 2000 12:46:44 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA18617; Thu, 24 Feb 2000 12:46:43 -0800 (PST) (envelope-from dillon@FreeBSD.org) Message-Id: <200002242046.MAA18617@freefall.freebsd.org> From: Matt Dillon Date: Thu, 24 Feb 2000 12:46:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_balloc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 2000/02/24 12:46:43 PST Modified files: (Branch: RELENG_3) sys/ufs/ffs ffs_balloc.c Log: MFC from 1.26, fix a 'freeing free block' panic that can occur when a filesystem fills up by proper unwinding indirect blocks during a balloc when new indirect blocks can be allocated but the datablock cannot. Revision Changes Path 1.21.2.4 +25 -2 src/sys/ufs/ffs/ffs_balloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message