ahrens commented on this pull request.


> @@ -3660,7 +3660,7 @@ zfs_promote(zfs_handle_t *zhp)
                        return (zfs_error(hdl, EZFS_EXISTS, errbuf));
 
                default:
-                       return (zfs_standard_error(hdl, save_errno, errbuf));
+                       return (zfs_standard_error(hdl, ret, errbuf));

Yep.  And since we are removing save_errno, I don't think it will compile 
without this additional change.

-- 
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/389#discussion_r121027988
------------------------------------------
openzfs-developer
Archives: 
https://openzfs.topicbox.com/groups/developer/discussions/T3d8522d1a7ad5f47-Mde25e95fc8f951bf82e0021f
Powered by Topicbox: https://topicbox.com

Reply via email to