unmount was not removing the negative hits associated with a mount point.
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 28 Oct 2004 18:56:52 +0000 (18:56 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 28 Oct 2004 18:56:52 +0000 (18:56 +0000)
commit4fcb1cf79c108fe4177d1949c1638a3e271c3e8d
treedbc1534b82fa9f53299a3fbf90c8466075eca07c
parenta3a92049dacd4f628f0c4954984ddfe93fdc9d4e
unmount was not removing the negative hits associated with a mount point.
Assign ncp->nc_mount for all nodes and simplify cache_purgevfs() to handle
all cases.
sys/kern/vfs_cache.c