Reference zfeature.c in a SPA_VERSION comment
Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Richard Laager <rlaager@wiktel.com> Closes #8626
This commit is contained in:
parent
7698c4eca9
commit
8dda07b33c
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user