Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 2000 13:06:14 -0700 (PDT)
From:      Chris Costello <chris@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/miscfs/fdesc fdesc.h fdesc_vfsops.c fdesc_vnops.c
Message-ID:  <200010092006.NAA14574@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
chris       2000/10/09 13:06:14 PDT

  Modified files:
    sys/miscfs/fdesc     fdesc.h fdesc_vfsops.c fdesc_vnops.c 
  Log:
  o Move from Alfred Perstein's "exclusion" technique of handling special
    file types to requiring all file types to properly implement fo_stat.
    This makes any new file type additions much easier as this code no
    longer has to be modified to accomodate it.
  
  o Instead of using curproc in fdesc_allocvp, pass a `struct proc' pointer as
    a new fifth parameter.
  
  Revision  Changes    Path
  1.14      +3 -2      src/sys/miscfs/fdesc/fdesc.h
  1.23      +2 -2      src/sys/miscfs/fdesc/fdesc_vfsops.c
  1.62      +56 -77    src/sys/miscfs/fdesc/fdesc_vnops.c



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?200010092006.NAA14574>