Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 2009 19:05:53 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern vfs_default.c
Message-ID:  <200903081905.n28J5u92000976@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcus      2009-03-08 19:05:53 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_default.c 
  Log:
  SVN rev 189539 on 2009-03-08 19:05:53Z by marcus
  
  Add a default implementation for VOP_VPTOCNP(9) which scans the parent
  directory of a vnode to find a dirent with a matching file number.  The
  name from that dirent is then used to provide the component name.
  
  Note: if the initial vnode argument is not a directory itself, then
  the default VOP_VPTOCNP(9) implementation still returns ENOENT.
  
  Reviewed by:    kib
  Approved by:    kib
  Tested by:      pho
  
  Revision  Changes    Path
  1.148     +235 -1    src/sys/kern/vfs_default.c



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