diff options
author | Prakash Surya <prakash.surya@delphix.com> | 2017-09-01 09:08:38 -0700 |
---|---|---|
committer | Prakash Surya <prakash.surya@delphix.com> | 2017-09-15 09:33:30 -0700 |
commit | 2bcb5458541cc6e8bf7dc541303da29297b82e8b (patch) | |
tree | d743a4735d3654c9e9c3f5c4a02a1c3c92c167ca | |
parent | c861bfbd77c4ae780a0341e9cb6926d8b74341cf (diff) | |
download | illumos-joyent-2bcb5458541cc6e8bf7dc541303da29297b82e8b.tar.gz |
8602 remove unused "dp_early_sync_tasks" field from "dsl_pool" structure
Reviewed by: Serapheim Dimitropoulos <serapheim@delphix.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Approved by: Robert Mustacchi <rm@joyent.com>
-rw-r--r-- | usr/src/uts/common/fs/zfs/sys/dsl_pool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/uts/common/fs/zfs/sys/dsl_pool.h b/usr/src/uts/common/fs/zfs/sys/dsl_pool.h index 4ed37b8469..b6c51cb3cd 100644 --- a/usr/src/uts/common/fs/zfs/sys/dsl_pool.h +++ b/usr/src/uts/common/fs/zfs/sys/dsl_pool.h @@ -123,7 +123,6 @@ typedef struct dsl_pool { txg_list_t dp_sync_tasks; taskq_t *dp_sync_taskq; taskq_t *dp_zil_clean_taskq; - txg_list_t dp_early_sync_tasks; /* * Protects administrative changes (properties, namespace) |