parent
eb3607bcec
commit
b6a9054a0e
|
@ -2375,7 +2375,7 @@ zil_alloc_itxs(void)
|
||||||
offsetof(itx_t, itx_node));
|
offsetof(itx_t, itx_node));
|
||||||
avl_create(&itxs->i_async_tree, zil_aitx_compare,
|
avl_create(&itxs->i_async_tree, zil_aitx_compare,
|
||||||
sizeof (itx_async_node_t), offsetof(itx_async_node_t, ia_node));
|
sizeof (itx_async_node_t), offsetof(itx_async_node_t, ia_node));
|
||||||
return itxs;
|
return (itxs);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue