From: Brian Behlendorf Date: Tue, 17 Jan 2017 22:46:28 +0000 (-0800) Subject: OpenZFS 6586 - Whitespace inconsistencies in the spa feature dependency arrays in... X-Git-Tag: zfs-0.7.0-rc3~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=832805d9515894a6567abcb95359f41f4cc61bfc;p=zfs 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 Reviewed by: Matthew Ahrens Reviewed by: Richard Laager Approved by: Robert Mustacchi Reviewed-by: George Melikov Reviewed-by: Giuseppe Di Natale Ported-by: Brian Behlendorf OpenZFS-issue: https://www.illumos.org/issues/6586 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/22b6687 Closes #5592 --- 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",