[PATCH] btrfs-progs: print bytenr of tree block in print_tree_block_error()

2018-06-13 Thread Su Yue
For easier debug, let print_tree_block_error() print bytenr of tree block. Signed-off-by: Su Yue --- disk-io.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/disk-io.c b/disk-io.c index 4a609a892be7..6ee65190f251 100644 --- a/disk-io.c +++ b/disk-io.c @@ -94,6 +94,9 @@ static void print_

Re: [PATCH] btrfs-progs: print bytenr of tree block in print_tree_block_error()

2018-07-05 Thread David Sterba
On Thu, Jun 14, 2018 at 10:40:39AM +0800, Su Yue wrote: > For easier debug, let print_tree_block_error() print bytenr of > tree block. > > Signed-off-by: Su Yue Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.k