prakashsurya 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);

I'll fix the build issues; I hadn't tested prior to opening the PR.

-- 
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#discussion_r158339509
------------------------------------------
openzfs-developer
Archives: 
https://openzfs.topicbox.com/groups/developer/discussions/T05cff66aac5a33a7-Mbf60ec1746e834c18be689b4
Powered by Topicbox: https://topicbox.com

Reply via email to