From owner-cvs-sys Wed Nov 20 23:19:14 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA10312 for cvs-sys-outgoing; Wed, 20 Nov 1996 23:19:14 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA10281; Wed, 20 Nov 1996 23:19:05 -0800 (PST) Date: Wed, 20 Nov 1996 23:19:05 -0800 (PST) From: Julian Elischer Message-Id: <199611210719.XAA10281@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/miscfs/devfs devfs_proto.h devfs_tree.c devfs_vfsops.c devfs_vnops.c devfsdefs.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 96/11/20 23:19:04 Modified: sys/miscfs/devfs devfs_proto.h devfs_tree.c devfs_vfsops.c devfs_vnops.c devfsdefs.h Log: changes to make devfs more 'normal' also fixes a bug I've been chasing for a LONG TIME, due to the fact that spec_bwrite is a NOP and I didn't realise it.. old symptom: mount -t devfs devfs /mnt mount /mnt/wd0e /mnt/mnt2 umount /mnt2 there are some pretty large structural differences internal to devfs but outwards it should look the same. I have not yet tested extensively but will do so and fix 3 warnings tomorrow. Revision Changes Path 1.14 +6 -4 src/sys/miscfs/devfs/devfs_proto.h 1.33 +175 -142 src/sys/miscfs/devfs/devfs_tree.c 1.15 +56 -2 src/sys/miscfs/devfs/devfs_vfsops.c 1.33 +4 -3 src/sys/miscfs/devfs/devfs_vnops.c 1.11 +10 -4 src/sys/miscfs/devfs/devfsdefs.h