cvs commit: src/sys/sys namei.h

Jeff Roberson jeff at FreeBSD.org
Wed Apr 27 02:00:48 PDT 2005


jeff        2005-04-27 09:00:48 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              namei.h 
  Log:
   - Add an ISOPEN flag that filesystems can use to determine if a namei()
     caller will be interested in the actual data contents of a vnode after
     a successful lookup.  This intended to help deal with lifetime issues
     for device cloning and to alert autofs when filesystems need to be
     mounted.
  
  Revision  Changes    Path
  1.47      +1 -0      src/sys/sys/namei.h


More information about the cvs-src mailing list