diff options
author | Matthew Ahrens <mahrens@delphix.com> | 2016-09-02 20:55:12 -0700 |
---|---|---|
committer | Matthew Ahrens <mahrens@delphix.com> | 2016-09-06 20:20:22 -0700 |
commit | a8b0961c456000a55c467b0ba353504803f9c5e2 (patch) | |
tree | 06bb51980446909303a88cdce37464e7811d7b78 | |
parent | 05e61955a0df3b1f5fea8afab6b41bcb054f00f4 (diff) | |
download | illumos-joyent-a8b0961c456000a55c467b0ba353504803f9c5e2.tar.gz |
7259 DS_FIELD_LARGE_BLOCKS is unused
Reviewed by: Dan Kimmel <dan.kimmel@delphix.com>
Reviewed by: Prakash Surya <prakash.surya@delphix.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Approved by: Robert Mustacchi <rm@joyent.com>
-rw-r--r-- | usr/src/uts/common/fs/zfs/sys/dsl_dataset.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/usr/src/uts/common/fs/zfs/sys/dsl_dataset.h b/usr/src/uts/common/fs/zfs/sys/dsl_dataset.h index f8c53c4196..54c63b9236 100644 --- a/usr/src/uts/common/fs/zfs/sys/dsl_dataset.h +++ b/usr/src/uts/common/fs/zfs/sys/dsl_dataset.h @@ -86,13 +86,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" - -/* * These fields are set on datasets that are in the middle of a resumable * receive, and allow the sender to resume the send if it is interrupted. */ |