summaryrefslogtreecommitdiffstats
path: root/sys/fs/nwfs
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/nwfs
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/nwfs')
-rw-r--r--sys/fs/nwfs/nwfs_node.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/nwfs/nwfs_node.c b/sys/fs/nwfs/nwfs_node.c
index b92dd4c..b86f7d1 100644
--- a/sys/fs/nwfs/nwfs_node.c
+++ b/sys/fs/nwfs/nwfs_node.c
@@ -268,7 +268,6 @@ nwfs_reclaim(ap)
lockmgr(&nwhashlock, LK_EXCLUSIVE, NULL, td);
LIST_REMOVE(np, n_hash);
lockmgr(&nwhashlock, LK_RELEASE, NULL, td);
- cache_purge(vp);
if (nmp->n_root == np) {
nmp->n_root = NULL;
}
OpenPOWER on IntegriCloud