Skip to content

Commit

Permalink
6586 Whitespace inconsistencies in the spa feature dependency arrays …
Browse files Browse the repository at this point in the history
…in zfeature_common.c

Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Richard Laager <rlaager@wiktel.com>
Approved by: Robert Mustacchi <rm@joyent.com>
  • Loading branch information
ilovezfs authored and ahrens committed Feb 11, 2016
1 parent 892586e commit 22b6687
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions usr/src/common/zfs/zfeature_common.c
Expand Up @@ -188,8 +188,10 @@ zpool_feature_init(void)
"Record txg at which a feature is enabled",
ZFEATURE_FLAG_READONLY_COMPAT, NULL);

static spa_feature_t hole_birth_deps[] = { SPA_FEATURE_ENABLED_TXG,
SPA_FEATURE_NONE };
static spa_feature_t hole_birth_deps[] = {
SPA_FEATURE_ENABLED_TXG,
SPA_FEATURE_NONE
};
zfeature_register(SPA_FEATURE_HOLE_BIRTH,
"com.delphix:hole_birth", "hole_birth",
"Retain hole birth txg for more precise zfs send",
Expand All @@ -211,8 +213,8 @@ zpool_feature_init(void)
ZFEATURE_FLAG_READONLY_COMPAT, bookmarks_deps);

static const spa_feature_t filesystem_limits_deps[] = {
SPA_FEATURE_EXTENSIBLE_DATASET,
SPA_FEATURE_NONE
SPA_FEATURE_EXTENSIBLE_DATASET,
SPA_FEATURE_NONE
};
zfeature_register(SPA_FEATURE_FS_SS_LIMIT,
"com.joyent:filesystem_limits", "filesystem_limits",
Expand Down

0 comments on commit 22b6687

Please sign in to comment.