cvs commit: src/sys/sys conf.h src/sys/fs/specfs spec_vnops.c

Poul-Henning Kamp phk at FreeBSD.org
Wed Oct 15 13:01:01 PDT 2003


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


More information about the cvs-all mailing list