It's fixed now, but it was broken last night. I thought I was losing my mind,
but ZFS snapshots on my local system prove there was a difference:
rlaager@watermelon:~/.zfs/snapshot/auto-hourly-2016-01-28-2200$ md5sum
zfeature_common.c ~/openzfs/usr/src/common/zfs/zfeature_common.c
497922fa43e10878baca74a217eaf7f3 zfeature_common.c
fe44104c931430605cd04fef86723847
/home/rlaager/openzfs/usr/src/common/zfs/zfeature_common.c
rlaager@watermelon:~/.zfs/snapshot/auto-hourly-2016-01-28-2200$ diff -u
zfeature_common.c ~/openzfs/usr/src/common/zfs/zfeature_common.c
--- zfeature_common.c 2016-01-28 21:27:25.792291064 -0600
+++ /home/rlaager/openzfs/usr/src/common/zfs/zfeature_common.c 2016-01-29
15:56:50.643438415 -0600
@@ -238,25 +238,25 @@
static const spa_feature_t sha512_deps[] = {
SPA_FEATURE_EXTENSIBLE_DATASET,
SPA_FEATURE_NONE
- };
+ };
zfeature_register(SPA_FEATURE_SHA512,
"org.illumos:sha512", "sha512",
"SHA-512/256 hash algorithm.",
ZFEATURE_FLAG_PER_DATASET, sha512_deps);
- static const spa_feature_t skein_deps[] = {
- SPA_FEATURE_EXTENSIBLE_DATASET,
- SPA_FEATURE_NONE
- };
+ static const spa_feature_t skein_deps[] = {
+ SPA_FEATURE_EXTENSIBLE_DATASET,
+ SPA_FEATURE_NONE
+ };
zfeature_register(SPA_FEATURE_SKEIN,
"org.illumos:skein", "skein",
"Skein hash algorithm.",
ZFEATURE_FLAG_PER_DATASET, skein_deps);
- static const spa_feature_t edonr_deps[] = {
- SPA_FEATURE_EXTENSIBLE_DATASET,
- SPA_FEATURE_NONE
- };
+ static const spa_feature_t edonr_deps[] = {
+ SPA_FEATURE_EXTENSIBLE_DATASET,
+ SPA_FEATURE_NONE
+ };
zfeature_register(SPA_FEATURE_EDONR,
"org.illumos:edonr", "edonr",
"Edon-R hash algorithm.",
---
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/51#issuecomment-176989799_______________________________________________
developer mailing list
[email protected]
http://lists.open-zfs.org/mailman/listinfo/developer