Skip to content

Commit 58b8428

Browse files
authored
Fix txg_log_time ZAP key typo
Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Allan Jude <[email protected]> Reviewed-by: Alexander Motin <[email protected]> Signed-off-by: Igor Ostapenko <[email protected]> Sponsored-by: Klara, Inc. Closes #17748
1 parent 5c46baa commit 58b8428

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/sys/dmu.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,9 +414,9 @@ typedef struct dmu_buf {
414414
#define DMU_POOL_ZPOOL_CHECKPOINT "com.delphix:zpool_checkpoint"
415415
#define DMU_POOL_LOG_SPACEMAP_ZAP "com.delphix:log_spacemap_zap"
416416
#define DMU_POOL_DELETED_CLONES "com.delphix:deleted_clones"
417-
#define DMU_POOL_TXG_LOG_TIME_MINUTES "com.klaraystems:txg_log_time:minutes"
418-
#define DMU_POOL_TXG_LOG_TIME_DAYS "com.klaraystems:txg_log_time:days"
419-
#define DMU_POOL_TXG_LOG_TIME_MONTHS "com.klaraystems:txg_log_time:months"
417+
#define DMU_POOL_TXG_LOG_TIME_MINUTES "com.klarasystems:txg_log_time:minutes"
418+
#define DMU_POOL_TXG_LOG_TIME_DAYS "com.klarasystems:txg_log_time:days"
419+
#define DMU_POOL_TXG_LOG_TIME_MONTHS "com.klarasystems:txg_log_time:months"
420420

421421
/*
422422
* Allocate an object from this objset. The range of object numbers

0 commit comments

Comments
 (0)