summaryrefslogtreecommitdiffstats
path: root/include/sys/dnode.h
diff options
context:
space:
mode:
authorGeorge Melikov <[email protected]>2017-01-27 02:15:48 +0300
committerBrian Behlendorf <[email protected]>2017-01-26 15:15:48 -0800
commit9c9531cb6f085174e90d1262aba177ffb8b88753 (patch)
tree09446b2275a449dc7b191e7865780adbbae10b42 /include/sys/dnode.h
parent39efbde7c551ae0edcd57db3aab28fd7f2d29d18 (diff)
OpenZFS 7500 - Simplify dbuf_free_range by removing dn_unlisted_l0_blkid
Authored by: Stephen Blinick <[email protected]> Reviewed by: Matthew Ahrens <[email protected]> Reviewed by: Dan Kimmel <[email protected]> Approved by: Gordon Ross <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Ported-by: George Melikov <[email protected]> OpenZFS-issue: https://www.illumos.org/issues/7500 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/653af1b Closes #5639
Diffstat (limited to 'include/sys/dnode.h')
-rw-r--r--include/sys/dnode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sys/dnode.h b/include/sys/dnode.h
index 9ecb9b64f..9aacac3df 100644
--- a/include/sys/dnode.h
+++ b/include/sys/dnode.h
@@ -236,8 +236,6 @@ struct dnode {
/* protected by dn_dbufs_mtx; declared here to fill 32-bit hole */
uint32_t dn_dbufs_count; /* count of dn_dbufs */
- /* There are no level-0 blocks of this blkid or higher in dn_dbufs */
- uint64_t dn_unlisted_l0_blkid;
/* protected by os_lock: */
list_node_t dn_dirty_link[TXG_SIZE]; /* next on dataset's dirty */