diff options
author | Matthew Ahrens <[email protected]> | 2018-10-01 10:40:11 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-10-01 10:40:11 -0700 |
commit | fc23d59fa09f3cd803438986ba70ffcb32b8a036 (patch) | |
tree | 642bef7d6c4636cde22b1f06771c139dcf44f66a /include | |
parent | 1258bd778e8279a4cd051543827f333fe2daed76 (diff) |
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 <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Reviewed by: Pavel Zakharov <[email protected]>
Reviewed-by: John Kennedy <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Matthew Ahrens <[email protected]>
Closes #7968
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/dsl_dir.h | 1 |
1 files changed, 0 insertions, 1 deletions
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" |