diff options
Diffstat (limited to 'module/zfs/space_map.c')
-rw-r--r-- | module/zfs/space_map.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/zfs/space_map.c b/module/zfs/space_map.c index 87e90f219..961f23b0e 100644 --- a/module/zfs/space_map.c +++ b/module/zfs/space_map.c @@ -173,7 +173,6 @@ space_map_histogram_add(space_map_t *sm, range_tree_t *rt, dmu_tx_t *tx) dmu_buf_will_dirty(sm->sm_dbuf, tx); ASSERT(space_map_histogram_verify(sm, rt)); - /* * Transfer the content of the range tree histogram to the space * map histogram. The space map histogram contains 32 buckets ranging |