Re: [PATCH 1/2] btrfs-progs: Add nbytes output for print-tree and reformat inode output

2015-06-26 Thread David Sterba
On Fri, Jun 19, 2015 at 11:49:19AM +0800, Qu Wenruo wrote: > The original implement doesn't output nbytes in btrfs_inode. > Add the output and since the output is too long, reformat it to multi > lines. > > This is very handy to debug related bugs. > > Signed-off-by: Qu Wenruo Applied, thanks.

[PATCH 1/2] btrfs-progs: Add nbytes output for print-tree and reformat inode output

2015-06-18 Thread Qu Wenruo
The original implement doesn't output nbytes in btrfs_inode. Add the output and since the output is too long, reformat it to multi lines. This is very handy to debug related bugs. Signed-off-by: Qu Wenruo --- print-tree.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/p