Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 1996 23:19:05 -0800 (PST)
From:      Julian Elischer <julian>
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
Message-ID:  <199611210719.XAA10281@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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 <process hangs>
  
  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611210719.XAA10281>