aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/fs/zfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/fs/zfs.h')
-rw-r--r--include/sys/fs/zfs.h4
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"