Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 2003 13:00:59 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys conf.h src/sys/fs/specfs spec_vnops.c
Message-ID:  <200310152000.h9FK0xVh003005@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2003/10/15 13:00:59 PDT

  FreeBSD src repository

  Modified files:
    sys/sys              conf.h 
    sys/fs/specfs        spec_vnops.c 
  Log:
  Introduce a new optional memberfunction for cdevsw, fdopen() which
  passes the fdidx from VOP_OPEN down.
  
  This is for all I know the final API for this functionality, but
  the locking semantics for messing with the filedescriptor from
  the device driver are not settled at this time.
  
  Revision  Changes    Path
  1.211     +7 -2      src/sys/fs/specfs/spec_vnops.c
  1.178     +2 -0      src/sys/sys/conf.h



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