Deleted Added
full compact
zfeature_common.c (236884) zfeature_common.c (243674)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 138 unchanged lines hidden (view full) ---

147}
148
149void
150zpool_feature_init(void)
151{
152 zfeature_register(SPA_FEATURE_ASYNC_DESTROY,
153 "com.delphix:async_destroy", "async_destroy",
154 "Destroy filesystems asynchronously.", B_TRUE, B_FALSE, NULL);
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 138 unchanged lines hidden (view full) ---

147}
148
149void
150zpool_feature_init(void)
151{
152 zfeature_register(SPA_FEATURE_ASYNC_DESTROY,
153 "com.delphix:async_destroy", "async_destroy",
154 "Destroy filesystems asynchronously.", B_TRUE, B_FALSE, NULL);
155 zfeature_register(SPA_FEATURE_EMPTY_BPOBJ,
156 "com.delphix:empty_bpobj", "empty_bpobj",
157 "Snapshots use less space.", B_TRUE, B_FALSE, NULL);
155}
158}