summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2003-10-05 02:43:30 +0000
committerjeff <jeff@FreeBSD.org>2003-10-05 02:43:30 +0000
commit177916fba66871e8c3d629be8a15a26e8d24bb98 (patch)
tree3bcdbb175f86b9f07f6f3d2c9d0d403fc5fd4dfb /sys/fs/smbfs
parent4e6b30a14e9b5189cde2295f0f88c9608d826905 (diff)
downloadFreeBSD-src-177916fba66871e8c3d629be8a15a26e8d24bb98.zip
FreeBSD-src-177916fba66871e8c3d629be8a15a26e8d24bb98.tar.gz
- Don't cache_purge() in *_reclaim routines. vclean() does it for us so
this is redundant.
Diffstat (limited to 'sys/fs/smbfs')
-rw-r--r--sys/fs/smbfs/smbfs_node.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/smbfs/smbfs_node.c b/sys/fs/smbfs/smbfs_node.c
index 811721f..f5f6747 100644
--- a/sys/fs/smbfs/smbfs_node.c
+++ b/sys/fs/smbfs/smbfs_node.c
@@ -309,7 +309,6 @@ smbfs_reclaim(ap)
if (np->n_hash.le_prev)
LIST_REMOVE(np, n_hash);
- cache_purge(vp);
if (smp->sm_root == np) {
SMBVDEBUG("root vnode\n");
smp->sm_root = NULL;
OpenPOWER on IntegriCloud