Re: [PATCH 2/4] btrfs-progs: Enhance btrfs-find-root.

2015-01-14 Thread Qu Wenruo
Original Message Subject: Re: [PATCH 2/4] btrfs-progs: Enhance btrfs-find-root. From: David Sterba To: Qu Wenruo Date: 2015年01月15日 01:58 On Wed, Nov 12, 2014 at 01:52:12PM +0800, Qu Wenruo wrote: Enhance btrfs-find-root in the following way: 1. Use existing or lightly

Re: [PATCH 2/4] btrfs-progs: Enhance btrfs-find-root.

2015-01-14 Thread David Sterba
On Wed, Nov 12, 2014 at 01:52:12PM +0800, Qu Wenruo wrote: > Enhance btrfs-find-root in the following way: > 1. Use existing or lightly modified btrfs infrastructure >Don't use btrfs-find-root local defined open_ctree or csum check. >Slightly modify open_ctree() and csum_tree_block() to pro

[PATCH 2/4] btrfs-progs: Enhance btrfs-find-root.

2014-11-11 Thread Qu Wenruo
Enhance btrfs-find-root in the following way: 1. Use existing or lightly modified btrfs infrastructure Don't use btrfs-find-root local defined open_ctree or csum check. Slightly modify open_ctree() and csum_tree_block() to provide the chunk-only open_ctree and suprress error output for csu