summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2022-10-09 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2022-10-09 08:00:00 +0000
commit918778180026d373b3d97b8f97d495fdeaa5545b (patch)
tree6ae6998a2eceb627513682cd9cb0bb1daa86825b
parent5f8eb019b01ce1d4e5f8e08238a502a02deb2d50 (diff)
downloadstrace-918778180026d373b3d97b8f97d495fdeaa5545b.tar.gz
xlat: update BTRFS_* constants
* src/xlat/btrfs_send_flags.in (BTRFS_SEND_FLAG_COMPRESSED): New constant introduced by Linux kernel commit v6.0-rc1~146^2~125. * NEWS: Mention this change.
-rw-r--r--NEWS2
-rw-r--r--src/xlat/btrfs_send_flags.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 986519c32..443a63f09 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ Noteworthy changes in release ?.?? (????-??-??)
* Improvements
* Enhanced decoding of PTP_* ioctl commands.
* Updated decoding of setns syscall.
- * Updated lists of BPF_* constants.
+ * Updated lists of BPF_* and BTRFS_* constants.
* Bug fixes
diff --git a/src/xlat/btrfs_send_flags.in b/src/xlat/btrfs_send_flags.in
index f0ce9c57d..825859dae 100644
--- a/src/xlat/btrfs_send_flags.in
+++ b/src/xlat/btrfs_send_flags.in
@@ -3,3 +3,4 @@ BTRFS_SEND_FLAG_NO_FILE_DATA
BTRFS_SEND_FLAG_OMIT_STREAM_HEADER
BTRFS_SEND_FLAG_OMIT_END_CMD
BTRFS_SEND_FLAG_VERSION
+BTRFS_SEND_FLAG_COMPRESSED