summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2022-12-11 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2022-12-11 08:00:00 +0000
commite9ea7e624e9adb703db2420db066d658e61b3c98 (patch)
tree5559863be1b4c48af88ebe27a34fbde2d6eaa17c
parent02e6165f7a5fe902915a54aa9eb114bfcadb9dc9 (diff)
downloadstrace-e9ea7e624e9adb703db2420db066d658e61b3c98.tar.gz
xlat: update BTRFS_* constants
* src/xlat/btrfs_features_compat_ro.in (BTRFS_FEATURE_COMPAT_RO_BLOCK_GROUP_TREE): New constant introduced by Linux kernel commit v6.1-rc1~142^2~102. * NEWS: Mention this change.
-rw-r--r--NEWS2
-rw-r--r--src/xlat/btrfs_features_compat_ro.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a2a221f61..86f2f4a32 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Noteworthy changes in release ?.? (????-??-??)
* Improvements
* Enhanced decoding of terminal ioctl commands.
- * Updated lists of BPF_* and MADV_* constants.
+ * Updated lists of BPF_*, BTRFS_*, and MADV_* constants.
* Updated lists of ioctl commands from Linux 6.1.
* Bug fixes
diff --git a/src/xlat/btrfs_features_compat_ro.in b/src/xlat/btrfs_features_compat_ro.in
index 10b918524..2ecbd83a4 100644
--- a/src/xlat/btrfs_features_compat_ro.in
+++ b/src/xlat/btrfs_features_compat_ro.in
@@ -3,3 +3,4 @@
BTRFS_FEATURE_COMPAT_RO_FREE_SPACE_TREE
BTRFS_FEATURE_COMPAT_RO_FREE_SPACE_TREE_VALID
BTRFS_FEATURE_COMPAT_RO_VERITY
+BTRFS_FEATURE_COMPAT_RO_BLOCK_GROUP_TREE