Date: Mon, 10 Jan 2000 22:52:37 -0800 (PST) From: Kirk McKusick <mckusick@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/softupdates ffs_softdep.c Message-ID: <200001110652.WAA75865@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001110652.WAA75865>