diff options
author | Richard Laager <[email protected]> | 2019-04-15 23:59:37 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-04-16 10:02:19 -0700 |
commit | 8dda07b33c15cffa0b702d0fd7d7087399231677 (patch) | |
tree | 0d3cc9bd0fe8b4e689827d047c382f96b7c3ebc6 | |
parent | 7698c4eca951f0b211edaf3572f9c9fef108aef1 (diff) |
Reference zfeature.c in a SPA_VERSION comment
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Richard Laager <[email protected]>
Closes #8626
-rw-r--r-- | include/sys/fs/zfs.h | 4 |
1 files changed, 4 insertions, 0 deletions
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" |