Re: [PATCH] btrfs-progs: find-root: Add support to search chunk root

2015-11-13 Thread David Sterba
On Fri, Nov 13, 2015 at 10:53:41AM +0800, Qu Wenruo wrote: > Add support to search chunk root, as we only need to search tree roots > in system chunk, which should be very easy to add, just iterate in > system chunks. > > Signed-off-by: Qu Wenruo Applied, thanks. I've

[PATCH] btrfs-progs: find-root: Add support to search chunk root

2015-11-12 Thread Qu Wenruo
Add support to search chunk root, as we only need to search tree roots in system chunk, which should be very easy to add, just iterate in system chunks. Signed-off-by: Qu Wenruo --- find-root.c | 18 -- volumes.c | 6 +++--- volumes.h | 16