summaryrefslogtreecommitdiff
path: root/show-blocks
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2018-05-08 14:17:29 -0700
committerDimitri John Ledkov <xnox@ubuntu.com>2018-05-08 14:17:29 -0700
commitd00c9550da1801a0eaff5cedf4312e24691b31ea (patch)
tree3881ca1764ef792259e1b70f12c884a3ac0c0715 /show-blocks
parentdab6d2181f1f194ec3a76d900cf2c6533379cbea (diff)
New upstream release.
Diffstat (limited to 'show-blocks')
-rwxr-xr-xshow-blocks2
1 files changed, 1 insertions, 1 deletions
diff --git a/show-blocks b/show-blocks
index 49e1770e..3876b2ac 100755
--- a/show-blocks
+++ b/show-blocks
@@ -108,7 +108,7 @@ def loaddata(fh,delimiter=None, converters=None):
return X
def run_debug_tree(device):
- p = os.popen('btrfs-debug-tree -e ' + device)
+ p = os.popen('btrfs inspect-internal dump-tree -e ' + device)
data = loaddata(p)
return data