aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zfeature.c
diff options
context:
space:
mode:
authorRichard Laager <[email protected]>2019-04-14 21:15:04 -0500
committerBrian Behlendorf <[email protected]>2019-04-16 10:01:51 -0700
commit393363c5ec518210ad4ad66326d421b0adc55e07 (patch)
treeff26e1fc6834661e762c153cff4785d9fa65ae5f /module/zfs/zfeature.c
parent612c4930dd2c8d12c42b95a23b5967d644123298 (diff)
Consistently captialize GUID for features
Reviewed-by: George Melikov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Richard Laager <[email protected]> Closes #8626
Diffstat (limited to 'module/zfs/zfeature.c')
-rw-r--r--module/zfs/zfeature.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/module/zfs/zfeature.c b/module/zfs/zfeature.c
index e6c1a5355..ed6ebcfc9 100644
--- a/module/zfs/zfeature.c
+++ b/module/zfs/zfeature.c
@@ -41,9 +41,9 @@
* spa_version() number.
*
* Each new on-disk format change will be given a uniquely identifying string
- * guid rather than a version number. This avoids the problem of different
+ * GUID rather than a version number. This avoids the problem of different
* organizations creating new on-disk formats with the same version number. To
- * keep feature guids unique they should consist of the reverse dns name of the
+ * keep feature GUIDs unique they should consist of the reverse dns name of the
* organization which implemented the feature and a short name for the feature,
* separated by a colon (e.g. com.delphix:async_destroy).
*
@@ -95,11 +95,11 @@
* These objects are linked to by the following names in the pool directory
* object:
*
- * 1) features_for_read: feature guid -> reference count
+ * 1) features_for_read: feature GUID -> reference count
* Features needed to open the pool for reading.
- * 2) features_for_write: feature guid -> reference count
+ * 2) features_for_write: feature GUID -> reference count
* Features needed to open the pool for writing.
- * 3) feature_descriptions: feature guid -> descriptive string
+ * 3) feature_descriptions: feature GUID -> descriptive string
* A human readable string.
*
* All enabled features appear in either features_for_read or