Actions
Bug #8602
closedremove unused "dp_early_sync_tasks" field from "dsl_pool" structure
Start date:
2017-09-01
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
When I landed the fix for 8558, I incorrectly added the "dp_early_sync_tasks" field to the "dsl_pool" structure. This field is used in DelphixOS, but not in illumos. It was incorrectly pulled into illumos, so this bug is to remove it from the structure.
Updated by Electric Monk about 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 2bcb5458541cc6e8bf7dc541303da29297b82e8b
commit 2bcb5458541cc6e8bf7dc541303da29297b82e8b Author: Prakash Surya <prakash.surya@delphix.com> Date: 2017-09-15T16:33:30.000Z 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>
Actions