From owner-cvs-all Sun Nov 21 0: 5:53 1999 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 094A014D25; Sun, 21 Nov 1999 00:05:52 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA71483; Sun, 21 Nov 1999 00:05:51 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <199911210805.AAA71483@freefall.freebsd.org> From: Mike Smith Date: Sun, 21 Nov 1999 00:05:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_conf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/11/21 00:05:51 PST Modified files: sys/kern vfs_conf.c Log: If vfs_mountroot_try() isn't given a path to try mounting, return a silent error rather than complaining about it verbosely. No path is not really a failure, but the diagnostic was confusing and unuseful. Revision Changes Path 1.43 +2 -2 src/sys/kern/vfs_conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message