Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

svn commit: r307299 - stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

1 view
Skip to first unread message

Alexander Motin

unread,
Oct 14, 2016, 3:46:22 AM10/14/16
to src-com...@freebsd.org, svn-s...@freebsd.org, svn-src...@freebsd.org, svn-src-...@freebsd.org
Author: mav
Date: Fri Oct 14 07:46:09 2016
New Revision: 307299
URL: https://svnweb.freebsd.org/changeset/base/307299

Log:
MFC r305563: MFV r305562: 7259 DS_FIELD_LARGE_BLOCKS is unused

The DS_FIELD_LARGE_BLOCKS macro has been unused since the integration of
this patch:

commit ca0cc3918a1789fa839194af2a9245f801a06b1a
Author: Matthew Ahrens <mah...@delphix.com>
Date: Fri Jul 24 09:53:55 2015 -0700

5959 clean up per-dataset feature count code
Reviewed by: Toomas Soome <tso...@me.com>
Reviewed by: George Wilson <geo...@delphix.com>
Reviewed by: Alex Reece <al...@delphix.com>
Approved by: Richard Lowe <rich...@richlowe.net>

This patch simply removes this macro from dsl_dataset.h.

Reviewed by: Dan Kimmel <dan.k...@delphix.com>
Reviewed by: Prakash Surya <prakas...@delphix.com>
Reviewed by: Dan McDonald <dan...@omniti.com>
Reviewed by: Igor Kozhukhov <ikozh...@gmail.com>
Author: Matthew Ahrens <mah...@delphix.com>

Modified:
stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dataset.h
Directory Properties:
stable/11/ (props changed)

Modified: stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dataset.h
==============================================================================
--- stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dataset.h Fri Oct 14 07:45:10 2016 (r307298)
+++ stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dsl_dataset.h Fri Oct 14 07:46:09 2016 (r307299)
@@ -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.
*/
_______________________________________________
svn-s...@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all...@freebsd.org"
0 new messages