avg-I commented on this pull request.
> */
- error = dmu_tx_assign(tx, TXG_WAITED);
- if (error != 0) {
- ASSERT3S(error, ==, EIO);
- dmu_tx_abort(tx);
- return (NULL);
+ while ((error = dmu_tx_assign(tx, TXG_WAITED)) != 0) {
+ VERIFY3S(error, ==, ERESTART);
+ dmu_tx_unassign(tx);
It seems that `dmu_tx_unassign` is currently internal to dmu_tx.c and the build
complains about that.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/507#pullrequestreview-85132426
------------------------------------------
openzfs-developer
Archives:
https://openzfs.topicbox.com/groups/developer/discussions/T05cff66aac5a33a7-Mf43a9f7d2ee0d0ea92d3adf4
Powered by Topicbox: https://topicbox.com