summaryrefslogtreecommitdiff
path: root/scripts/diff-dump-tree.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-07-02 16:42:13 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2022-07-02 17:04:11 -0600
commitcd46b6b734d833a9e2d83ba92e8f7348e63afe7e (patch)
tree929fc86215381fe43927894d86869e0c17d808c8 /scripts/diff-dump-tree.sh
parent9ddcd2c3ed2f85247161c5ffa653f33e6a01a9cd (diff)
implement EXTENT_CSUM
Diffstat (limited to 'scripts/diff-dump-tree.sh')
-rwxr-xr-xscripts/diff-dump-tree.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/diff-dump-tree.sh b/scripts/diff-dump-tree.sh
index 9e650f3..597adb5 100755
--- a/scripts/diff-dump-tree.sh
+++ b/scripts/diff-dump-tree.sh
@@ -1,5 +1,5 @@
#!/bin/bash
make -C ../btrfs-progs
diff -u \
- <(../btrfs-progs/btrfs inspect dump-tree --noscan ../scratch/new.img | sed -e 's/ UNKNOWN.0 / UNTYPED /g' -e 's/\b18446744073709551615\b/-1/g') \
+ <(../btrfs-progs/btrfs inspect dump-tree --noscan --csum-items ../scratch/new.img | sed -e 's/ UNKNOWN.0 / UNTYPED /g' -e 's/\b18446744073709551615\b/-1/g') \
<(go run ./cmd/btrfs-dump-tree/ ../scratch/new.img)