From: Richard Laager Date: Tue, 16 Apr 2019 04:59:37 +0000 (-0500) Subject: Reference zfeature.c in a SPA_VERSION comment X-Git-Tag: zfs-0.8.0-rc4~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8dda07b33c15cffa0b702d0fd7d7087399231677;p=zfs Reference zfeature.c in a SPA_VERSION comment Reviewed-by: George Melikov Reviewed-by: Brian Behlendorf Signed-off-by: Richard Laager Closes #8626 --- diff --git a/include/sys/fs/zfs.h b/include/sys/fs/zfs.h index 943476130..8a532ec7e 100644 --- a/include/sys/fs/zfs.h +++ b/include/sys/fs/zfs.h @@ -488,6 +488,10 @@ typedef enum zfs_key_location { #define SPA_VERSION_28 28ULL #define SPA_VERSION_5000 5000ULL +/* + * The incrementing pool version number has been replaced by pool feature + * flags. For more details, see zfeature.c. + */ #define SPA_VERSION SPA_VERSION_5000 #define SPA_VERSION_STRING "5000"