Show-blocks was using debug-tree, which has has been renamed to btrfs-debug-tree. This fixes it so show-blocks will work now. Signed-off-by: Josef Bacik <jbacik@redhat.com> --- show-blocks | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/show-blocks b/show-blocks index 8db4c0b..b47199c 100755 --- a/show-blocks +++ b/show-blocks @@ -99,7 +99,7 @@ def loaddata(fh,delimiter=None, converters=None): return X def run_debug_tree(device): - p = os.popen(''debug-tree -e '' + device) + p = os.popen(''btrfs-debug-tree -e '' + device) data = loaddata(p) return data -- 1.5.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html