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);
-       }
+       VERIFY0(dmu_tx_assign(tx, TXG_WAITED));

Thanks @avg-I, I think you're right.

-- 
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/492#discussion_r148679848
------------------------------------------
openzfs-developer
Archives: 
https://openzfs.topicbox.com/groups/developer/discussions/T9576260544d0d727-Mba68f88cf1479f809609d43c
Powered by Topicbox: https://topicbox.com

Reply via email to