Re: [PATCH] btrfs: print-tree: output enhancement

2018-04-08 Thread Lu Fengqi
On Mon, Apr 09, 2018 at 02:05:37PM +0800, Qu Wenruo wrote: >This patch enhance the following things: > >- tree block header > * add generation and owner output for node and leaf >- node pointer generation output >- allow btrfs_print_tree() to not follow nodes > * just like btrfs-progs > >Please n

[PATCH] btrfs: print-tree: output enhancement

2018-04-08 Thread Qu Wenruo
This patch enhance the following things: - tree block header * add generation and owner output for node and leaf - node pointer generation output - allow btrfs_print_tree() to not follow nodes * just like btrfs-progs Please note that, although function btrfs_print_tree() is not called by anyo