]> granicus.if.org Git - zfs/commitdiff
Remove duplicate macro in dsl_dir.h
authorMatthew Ahrens <mahrens@delphix.com>
Mon, 1 Oct 2018 17:40:11 +0000 (10:40 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 1 Oct 2018 17:40:11 +0000 (10:40 -0700)
The DD_FIELD_LAST_REMAP_TXG macro was added twice (with the same value).
This change removes one of them.

Reviewed-by: Giuseppe Di Natale <guss80@gmail.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com>
Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Matthew Ahrens <mahrens@delphix.com>
Closes #7968

include/sys/dsl_dir.h

index 86bc2dd8759eaa0516c54b3118753a5eead118aa..067bcfb6afe9a39db01a8309bed8b0809410b643 100644 (file)
@@ -48,7 +48,6 @@ struct dsl_dataset;
 
 #define        DD_FIELD_FILESYSTEM_COUNT       "com.joyent:filesystem_count"
 #define        DD_FIELD_SNAPSHOT_COUNT         "com.joyent:snapshot_count"
-#define        DD_FIELD_LAST_REMAP_TXG         "com.delphix:last_remap_txg"
 #define        DD_FIELD_CRYPTO_KEY_OBJ         "com.datto:crypto_key_obj"
 #define        DD_FIELD_LAST_REMAP_TXG         "com.delphix:last_remap_txg"