diff options
author | Brian Behlendorf <[email protected]> | 2017-01-17 14:46:28 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2017-01-17 14:46:28 -0800 |
commit | 832805d9515894a6567abcb95359f41f4cc61bfc (patch) | |
tree | 7b08a372a0c65cd0b036d56a443779f480e2ba3f | |
parent | 648a09adc25cc1b8b9bec72130ab219a3e544b56 (diff) |
OpenZFS 6586 - Whitespace inconsistencies in the spa feature dependency arrays in zfeature_common.c
Porting Notes:
- Preserved 'static const spa_feature_t hole_birth_deps[]'.
Authored by: ilovezfs <[email protected]>
Reviewed by: Matthew Ahrens <[email protected]>
Reviewed by: Richard Laager <[email protected]>
Approved by: Robert Mustacchi <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Ported-by: Brian Behlendorf <[email protected]>
OpenZFS-issue: https://www.illumos.org/issues/6586
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/22b6687
Closes #5592
-rw-r--r-- | module/zfs/zfeature_common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/zfs/zfeature_common.c b/module/zfs/zfeature_common.c index 06e15bfd3..768b77843 100644 --- a/module/zfs/zfeature_common.c +++ b/module/zfs/zfeature_common.c @@ -233,8 +233,8 @@ zpool_feature_init(void) { 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", |