summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2022-04-26 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2022-04-26 08:00:00 +0000
commit4ec80740fec7507e5089cacb57fcc7a101712d5c (patch)
tree3fde9679e9c0ca2fbcb832da1d9892b736fc5ce9
parent4a7888e70fae66129db3273a10d7ddd381681d7f (diff)
downloadstrace-4ec80740fec7507e5089cacb57fcc7a101712d5c.tar.gz
xlat: update BTRFS_* constants
* src/xlat/btrfs_features_incompat.in (BTRFS_FEATURE_INCOMPAT_EXTENT_TREE_V2): New constant introduced by Linux kernel commit v5.18-rc1~172^2~73. * src/xlat/btrfs_tree_objectids.in (BTRFS_BLOCK_GROUP_TREE_OBJECTID): New constant introduced by Linux kernel commit v5.18-rc1~172^2~64. * NEWS: Mention this.
-rw-r--r--NEWS2
-rw-r--r--src/xlat/btrfs_features_incompat.in1
-rw-r--r--src/xlat/btrfs_tree_objectids.in1
3 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bd0ce500f..b5f393d54 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Noteworthy changes in release ?.?? (????-??-??)
* Added an interface of raising des Strausses awareness.
* Added --tips option to print strace tips, tricks, and tweaks
at the end of the tracing session.
- * Updated the list of MADV_* constants.
+ * Updated lists of BTRFS_* and MADV_* constants.
* Bug fixes
diff --git a/src/xlat/btrfs_features_incompat.in b/src/xlat/btrfs_features_incompat.in
index 3549d9435..f82c0e4a3 100644
--- a/src/xlat/btrfs_features_incompat.in
+++ b/src/xlat/btrfs_features_incompat.in
@@ -13,3 +13,4 @@ BTRFS_FEATURE_INCOMPAT_NO_HOLES
BTRFS_FEATURE_INCOMPAT_METADATA_UUID
BTRFS_FEATURE_INCOMPAT_RAID1C34
BTRFS_FEATURE_INCOMPAT_ZONED
+BTRFS_FEATURE_INCOMPAT_EXTENT_TREE_V2
diff --git a/src/xlat/btrfs_tree_objectids.in b/src/xlat/btrfs_tree_objectids.in
index ab0a998dd..c8f585e0f 100644
--- a/src/xlat/btrfs_tree_objectids.in
+++ b/src/xlat/btrfs_tree_objectids.in
@@ -10,6 +10,7 @@ BTRFS_CSUM_TREE_OBJECTID
BTRFS_QUOTA_TREE_OBJECTID
BTRFS_UUID_TREE_OBJECTID
BTRFS_FREE_SPACE_TREE_OBJECTID
+BTRFS_BLOCK_GROUP_TREE_OBJECTID
BTRFS_FIRST_FREE_OBJECTID
BTRFS_LAST_FREE_OBJECTID
UINT64_MAX