From 832805d9515894a6567abcb95359f41f4cc61bfc Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 17 Jan 2017 14:46:28 -0800 Subject: 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 --- module/zfs/zfeature_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/zfs') 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", -- cgit v1.2.3