Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 1999 21:55:20 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_subr.c src/sys/miscfs/devfs devfs_tree.c devfs_vnops.c devfsdefs.h src/sys/sys vnode.h
Message-ID:  <199908250455.VAA73166@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      1999/08/24 21:55:20 PDT

  Modified files:
    sys/kern             vfs_subr.c 
    sys/miscfs/devfs     devfs_tree.c devfs_vnops.c devfsdefs.h 
    sys/sys              vnode.h 
  Log:
  Make DEVFS use PHK's specinfo struct as the source of dev_t and devsw.
  
  In lookup() however it's the other way around as we need to supply the
  dev_t for the vnode, so devfs still has a copy of it stashed away.
  
  Sourcing it from the vnode in the vnops however is useful as it makes
  a lot of the code almost the same as that in specfs.
  
  Revision  Changes    Path
  1.219     +2 -3      src/sys/kern/vfs_subr.c
  1.61      +16 -19    src/sys/miscfs/devfs/devfs_tree.c
  1.79      +104 -104  src/sys/miscfs/devfs/devfs_vnops.c
  1.19      +2 -7      src/sys/miscfs/devfs/devfsdefs.h
  1.96      +3 -1      src/sys/sys/vnode.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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