From 24d42e22211b68f3a6fa514c28ffdfe265d44fef Mon Sep 17 00:00:00 2001 From: George Melikov Date: Tue, 3 Jan 2017 21:03:05 +0300 Subject: [PATCH] OpenZFS 7259 - DS_FIELD_LARGE_BLOCKS is unused Authored by: Matthew Ahrens Reviewed by: Dan Kimmel Reviewed by: Prakash Surya Reviewed by: Dan McDonald Reviewed by: Igor Kozhukhov Reviewed-by: Brian Behlendorf Ported-by: George Melikov 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 --- include/sys/dsl_dataset.h | 7 ------- 1 file changed, 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 @@ -84,13 +84,6 @@ struct dsl_pool; */ #define DS_FIELD_BOOKMARK_NAMES "com.delphix:bookmarks" -/* - * 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 -- 2.39.5