Remove incorrect cache_purge() calls in *_rmdir() (OLD API). These could
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 3 Nov 2004 22:07:21 +0000 (22:07 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 3 Nov 2004 22:07:21 +0000 (22:07 +0000)
commit32b5c5026deaf5af17f9b2759ca5328c8420f2f8
treec3d3465646d851a554656a6b68ca4a82b1d6ab49
parent03f869efab284590516c27f21be0d66b03b38955
Remove incorrect cache_purge() calls in *_rmdir() (OLD API).  These could
result in a namecache mountpoint entry losing its vnode association under
the new API.

Panic-Reported-by: Stu
sys/vfs/msdosfs/msdosfs_vnops.c
sys/vfs/nwfs/nwfs_vnops.c