]> granicus.if.org Git - zfs/commitdiff
OpenZFS 6586 - Whitespace inconsistencies in the spa feature dependency arrays in...
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 17 Jan 2017 22:46:28 +0000 (14:46 -0800)
committerGitHub <noreply@github.com>
Tue, 17 Jan 2017 22:46:28 +0000 (14:46 -0800)
Porting Notes:
- Preserved 'static const spa_feature_t hole_birth_deps[]'.

Authored by: ilovezfs <ilovezfs@icloud.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Richard Laager <rlaager@wiktel.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Ported-by: Brian Behlendorf <behlendorf1@llnl.gov>
OpenZFS-issue: https://www.illumos.org/issues/6586
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/22b6687
Closes #5592

module/zfs/zfeature_common.c

index 06e15bfd3cc300e54d98b9473a648b7a9c76b145..768b778437047c01777eca32c78c0dd9f094a03b 100644 (file)
@@ -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",