summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2005-03-29 09:59:34 +0000
committerjeff <jeff@FreeBSD.org>2005-03-29 09:59:34 +0000
commit2059b48294bea78c7f475d3982eb36101387d76c (patch)
tree816a4e978d63972db284a1931854f9449f1d2a8b /sys/kern
parent16b7e8d14e336f94303ebf74c5a427d03bce4b81 (diff)
downloadFreeBSD-src-2059b48294bea78c7f475d3982eb36101387d76c.zip
FreeBSD-src-2059b48294bea78c7f475d3982eb36101387d76c.tar.gz
- Don't initial v_dd here, let cache_purge() do it for us.
Sponsored by: Isilon Systems, Inc.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/vfs_subr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index c10842a..69929c2 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -845,7 +845,6 @@ getnewvnode(tag, mp, vops, vpp)
/*
* Initialize namecache.
*/
- vp->v_dd = vp;
LIST_INIT(&vp->v_cache_src);
TAILQ_INIT(&vp->v_cache_dst);
cache_purge(vp); /* Sets up v_id. */
OpenPOWER on IntegriCloud