From owner-cvs-sys Fri Apr 19 12:22:43 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA26105 for cvs-sys-outgoing; Fri, 19 Apr 1996 12:22:43 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA26090 Fri, 19 Apr 1996 12:22:30 -0700 (PDT) Date: Fri, 19 Apr 1996 12:22:30 -0700 (PDT) From: Bruce Evans Message-Id: <199604191922.MAA26090@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern subr_diskslice.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/19 12:22:30 Modified: sys/kern subr_diskslice.c Log: Fixed removal of devfs entries for the real slice corresponding to the compatibility slice. They were forgotten on last-close and then creating them on first-open failed. Devfs entries for slices other than the one containing the root file system are still invisible unless you open a non-devfs inode on the slice. Revision Changes Path 1.25 +55 -10 src/sys/kern/subr_diskslice.c