cvs commit: src/sys/kern vfs_cache.c src/sys/sys vnode.h src/sys/vfs/msdosfs msdosfs_vfsops.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Jun 1 22:03:46 PDT 2006
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
More information about the Commits
mailing list