prakashsurya requested changes on this pull request.


        if (ret != 0) {
-               int save_errno = errno;

the build is failing (see 
[here](http://jenkins.open-zfs.org/blue/rest/organizations/jenkins/pipelines/openzfs/openzfs/branches/PR-389/runs/4/nodes/97/log/?start=0))
 because we've removed `save_errno`, but we're still using it in the call to 
`zfs_standard_error` below. should we now be passing in `ret` instead of 
`save_errno` to `zfs_standard_error`?

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

Reply via email to