From owner-cvs-all Sat Jan 5 13:48: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 431CE37B402; Sat, 5 Jan 2002 13:47:59 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g05LlxZ44965; Sat, 5 Jan 2002 13:47:59 -0800 (PST) (envelope-from dwmalone) Message-Id: <200201052147.g05LlxZ44965@freefall.freebsd.org> From: David Malone Date: Sat, 5 Jan 2002 13:47:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/01/05 13:47:59 PST Modified files: sys/kern kern_exit.c Log: Release text vnode in exit() rather than wait(). Occasionally fifesystem problems could prevent the release from completing and this could result in init being blocked indefinitely. This was looked over by Matt ages ago. Approved by: dillon Revision Changes Path 1.146 +8 -8 src/sys/kern/kern_exit.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message