Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rollback of mounted filesystem regression
The Illumos openzfs#3875 patch reverted a part of ZoL's 7b3e34b which added special-case error handling for zfs_rezget(). The error handling dealt with the case in which an all-ones object number ended up being passed to dnode_hold() and causing an EINVAL to be returned from zfs_rezget(). Signed-off-by: Brian Behlendorf <[email protected]> Closes openzfs#1859 Closes openzfs#1861
- Loading branch information