Merge branch 'fix-dnode-cons' into refs/top-bases/fix-branch

This commit is contained in:
Brian Behlendorf 2008-12-03 16:55:23 -08:00
commit 45293dbdd2
1 changed files with 0 additions and 1 deletions

View File

@ -273,7 +273,6 @@ dnode_create(objset_impl_t *os, dnode_phys_t *dnp, dmu_buf_impl_t *db,
uint64_t object)
{
dnode_t *dn = kmem_cache_alloc(dnode_cache, KM_SLEEP);
(void) dnode_cons(dn, NULL, 0); /* XXX */
dn->dn_objset = os;
dn->dn_object = object;