From owner-cvs-all Mon Jan 10 22:52:41 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 F23C115446; Mon, 10 Jan 2000 22:52:37 -0800 (PST) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA75865; Mon, 10 Jan 2000 22:52:37 -0800 (PST) (envelope-from mckusick@FreeBSD.org) Message-Id: <200001110652.WAA75865@freefall.freebsd.org> From: Kirk McKusick Date: Mon, 10 Jan 2000 22:52:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/softupdates ffs_softdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mckusick 2000/01/10 22:52:37 PST Modified files: sys/contrib/softupdates ffs_softdep.c Log: We cannot proceed to free the blocks of the file until the dependencies have been cleaned up by deallocte_dependencies(). Once that is done, it is safe to post the request to free the blocks. A similar change is also needed for the freefile case. Revision Changes Path 1.47 +33 -30 src/sys/contrib/softupdates/ffs_softdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message