- Don't initial v_dd here, let cache_purge() do it for us.

Sponsored by:	Isilon Systems, Inc.
This commit is contained in:
Jeff Roberson 2005-03-29 09:59:34 +00:00
parent b75719afea
commit cb34b95ba4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144283

View file

@ -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. */