From owner-cvs-all Thu Dec 19 4:41:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED68C37B401; Thu, 19 Dec 2002 04:41:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A82143EC5; Thu, 19 Dec 2002 04:41:10 -0800 (PST) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBJCfAmV048784; Thu, 19 Dec 2002 04:41:10 -0800 (PST) (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBJCfAjp048780; Thu, 19 Dec 2002 04:41:10 -0800 (PST) Message-Id: <200212191241.gBJCfAjp048780@repoman.freebsd.org> From: Thomas Quinot Date: Thu, 19 Dec 2002 04:41:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common module.c X-FreeBSD-CVS-Branch: RELENG_4 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 thomas 2002/12/19 04:41:10 PST Modified files: (Branch: RELENG_4) sys/boot/common module.c Log: When the last module in a dependency chain fails to load with EEXIST, an error of 0 must be returned to the caller, or else the whole set of newly-loaded modules will be discarded. Note: this problem is specific to RELENG_4. PR: kern/46275,misc/30683 Reviewed by: roberto Revision Changes Path 1.13.2.4 +4 -2 src/sys/boot/common/module.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message