Merge branch 'fix-dnode-cons' into refs/top-bases/fix-branch
This commit is contained in:
commit
45293dbdd2
|
@ -273,7 +273,6 @@ dnode_create(objset_impl_t *os, dnode_phys_t *dnp, dmu_buf_impl_t *db,
|
||||||
uint64_t object)
|
uint64_t object)
|
||||||
{
|
{
|
||||||
dnode_t *dn = kmem_cache_alloc(dnode_cache, KM_SLEEP);
|
dnode_t *dn = kmem_cache_alloc(dnode_cache, KM_SLEEP);
|
||||||
(void) dnode_cons(dn, NULL, 0); /* XXX */
|
|
||||||
|
|
||||||
dn->dn_objset = os;
|
dn->dn_objset = os;
|
||||||
dn->dn_object = object;
|
dn->dn_object = object;
|
||||||
|
|
Loading…
Reference in New Issue