Re: [PATCH] btrfs-progs: print-tree: Output stripe dev uuid

2015-11-03 Thread David Sterba
On Tue, Nov 03, 2015 at 02:48:09PM +0800, Qu Wenruo wrote: > Add output for dev uuid for print_chunk(). > > Quite useful to debug temporary btrfs in btrfs-convert. > > Signed-off-by: Qu Wenruo Applied, thanks. -- To unsubscribe from this list: send the line

[PATCH] btrfs-progs: print-tree: Output stripe dev uuid

2015-11-02 Thread Qu Wenruo
Add output for dev uuid for print_chunk(). Quite useful to debug temporary btrfs in btrfs-convert. Signed-off-by: Qu Wenruo --- print-tree.c | 8 1 file changed, 8 insertions(+) diff --git a/print-tree.c b/print-tree.c index 7ddf400..4d4c3a2 100644 ---