DragonFly BSD
DragonFly commits List (threaded) for 2004-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/kern


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 22 Oct 2004 11:03:50 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]