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

cvs commit: src/sys/kern vfs_cache.c src/sys/sys vnode.h src/sys/vfs/msdosfs msdosfs_vfsops.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 1 Jun 2006 21:59:54 -0700 (PDT)

dillon      2006/06/01 21:59:54 PDT

DragonFly src repository

  Modified files:
    sys/kern             vfs_cache.c 
    sys/sys              vnode.h 
    sys/vfs/msdosfs      msdosfs_vfsops.c 
  Log:
  Remove vnode->v_id.  This field used to be used to identify stale namecache
  entries related to parent directory linkages.  It was a terrible hack and
  fortunately is no longer used.
  
  Revision  Changes    Path
  1.70      +0 -20     src/sys/kern/vfs_cache.c
  1.59      +0 -1      src/sys/sys/vnode.h
  1.35      +1 -2      src/sys/vfs/msdosfs/msdosfs_vfsops.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_cache.c.diff?r1=1.69&r2=1.70&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/vnode.h.diff?r1=1.58&r2=1.59&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/msdosfs/msdosfs_vfsops.c.diff?r1=1.34&r2=1.35&f=u



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