Remove vnode->v_id. This field used to be used to identify stale namecache
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 2 Jun 2006 04:59:54 +0000 (04:59 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 2 Jun 2006 04:59:54 +0000 (04:59 +0000)
commit8a66aac52eaf868a72feca26a5a1fc9f1f36645b
tree191d3a051770ccbfbf8b342209dc9905e5603604
parent36e90efd9755622d38dc31747b2b3134973aed97
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.
sys/kern/vfs_cache.c
sys/sys/vnode.h
sys/vfs/msdosfs/msdosfs_vfsops.c