cvs commit: src/sys/kern

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Oct 22 11:03:52 PDT 2004


dillon      2004/10/22 11:03:50 PDT

DragonFly src repository

  Modified files:
    sys/kern             vfs_lookup.c vfs_subr.c 
  Log:
  The old lookup() API is extremely complex.  Even though it will be ripped out
  soon, I'm documenting the procedure so I don't have to keep running through
  it to figure out what is going on.  Do a better job describing the new
  vgone() API (the old API required the vnode to be in a very weird state.
  The new API requires the vnode to be VX locked and refd and returns with the
  vnode in the same state).
  
  Revision  Changes    Path
  1.20      +17 -16    src/sys/kern/vfs_lookup.c
  1.44      +5 -4      src/sys/kern/vfs_subr.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_lookup.c.diff?r1=1.19&r2=1.20&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_subr.c.diff?r1=1.43&r2=1.44&f=u





More information about the Commits mailing list