I just pushed a new revision, and want to make the folks aware of the differences between this revision and the Linux patch (this is copied from the commit message): 1. This port doesn't pull over the new "zfstest" test that was added to Linux. I wasn't able to get the test script to reproduce the issue, so I opted to pull in the fix, and manually test it instead.
2. The `ASSERT3U`'s added in `dmu_sync` in the Linux version were removed for this port. It appears as though the `struct rl` definition is not available in userspace, which cause compilation errors. 3. The ZFS on Linux patch had changes to `zvol_discard` and `zvol_request`; these functions don't exist on delphixos/illumos, so these changes were dropped when porting this over. -- 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/462#issuecomment-328558787 ------------------------------------------ openzfs-developer Archives: https://openzfs.topicbox.com/groups/developer/discussions/T23be73c52829b560-Mb24daa242340be72ca8d1298 Powered by Topicbox: https://topicbox.com
