From fc23d59fa09f3cd803438986ba70ffcb32b8a036 Mon Sep 17 00:00:00 2001 From: Matthew Ahrens Date: Mon, 1 Oct 2018 10:40:11 -0700 Subject: [PATCH] Remove duplicate macro in dsl_dir.h 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 Reviewed-by: George Melikov Reviewed by: Pavel Zakharov Reviewed-by: John Kennedy Reviewed-by: Brian Behlendorf Signed-off-by: Matthew Ahrens Closes #7968 --- include/sys/dsl_dir.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/sys/dsl_dir.h b/include/sys/dsl_dir.h index 86bc2dd87..067bcfb6a 100644 --- a/include/sys/dsl_dir.h +++ b/include/sys/dsl_dir.h @@ -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" -- 2.40.0