Don Cragun wrote:
> Chris,
> If ZFS is ever going to pass the test suites so we can claim
> that ZFS meets POSIX and UNIX filesystem requirements, you'll find that
> the conformance test suites will be trying things similar to what I've
> been describing. The test suites certainly aren't per
Atul Vidwansa wrote:
> ZFS Experts,
>
> Is it possible to use DMU as general purpose transaction engine? More
> specifically, in following order:
>
> 1. Create transaction:
> tx = dmu_tx_create(os);
> error = dmu_tx_assign(tx, TXG_WAIT)
>
> 2. Decide what to modify(say create new object):
> dmu_