diff options
author | George Melikov <[email protected]> | 2017-01-03 21:03:05 +0300 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-01-03 12:03:05 -0600 |
commit | 24d42e22211b68f3a6fa514c28ffdfe265d44fef (patch) | |
tree | 57bf42f338be27321c0cef35908aacd9338222b9 /include/sys | |
parent | 4e33ba4c389f59b74138bf7130e924a4230d64e9 (diff) |
OpenZFS 7259 - DS_FIELD_LARGE_BLOCKS is unused
Authored by: Matthew Ahrens <[email protected]>
Reviewed by: Dan Kimmel <[email protected]>
Reviewed by: Prakash Surya <[email protected]>
Reviewed by: Dan McDonald <[email protected]>
Reviewed by: Igor Kozhukhov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Ported-by: George Melikov <[email protected]>
The DS_FIELD_LARGE_BLOCKS macro has been unused since the integration of
this patch: 241b541 Illumos 5959 - clean up per-dataset feature count code.
This patch simply removes this macro from dsl_dataset.h.
OpenZFS-issue: https://www.illumos.org/issues/7259
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/faa8036
Closes #5544
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/dsl_dataset.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/sys/dsl_dataset.h b/include/sys/dsl_dataset.h index eb0c6838b..a0ef3bc9c 100644 --- a/include/sys/dsl_dataset.h +++ b/include/sys/dsl_dataset.h @@ -86,13 +86,6 @@ struct dsl_pool; /* * This field is present (with value=0) if this dataset may contain large - * blocks (>128KB). If it is present, then this dataset - * is counted in the refcount of the SPA_FEATURE_LARGE_BLOCKS feature. - */ -#define DS_FIELD_LARGE_BLOCKS "org.open-zfs:large_blocks" - -/* - * This field is present (with value=0) if this dataset may contain large * dnodes (>512B). If it is present, then this dataset is counted in the * refcount of the SPA_FEATURE_LARGE_DNODE feature. */ |