From owner-cvs-sys Wed Aug 28 10:45:16 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA16351 for cvs-sys-outgoing; Wed, 28 Aug 1996 10:45:16 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA16337; Wed, 28 Aug 1996 10:45:09 -0700 (PDT) Date: Wed, 28 Aug 1996 10:45:09 -0700 (PDT) From: Bruce Evans Message-Id: <199608281745.KAA16337@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/vn vn.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/08/28 10:45:09 Modified: sys/dev/vn vn.c Log: Call bdevsw_add_generic() later so that there is no chance of returning with an inconsistent state. I think the return actually "can't happen". Cleaned up style of recent changes. I only fiddled with this because of bugs in recent changes. Revision Changes Path 1.41 +4 -4 src/sys/dev/vn/vn.c