Fix some NFS related bugs which cause the mount point's mnt_refs counter
commit1142bff7ec7e273ae56015b7f4b4801a6bc7d7ed
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 6 Feb 2008 08:53:15 +0000 (6 08:53 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 6 Feb 2008 08:53:15 +0000 (6 08:53 +0000)
tree05cc8206246341fcdd1d011c4a63c5515adbc398
parent8ce352341f62a9715d0383a51ca6f4a39203237b
Fix some NFS related bugs which cause the mount point's mnt_refs counter
to leak, preventing clean umounts.  There were several cases where
_cache_drop() was being called instead of cache_drop().
sys/kern/vfs_cache.c