Re: [PATCH 0/3] btrfs-progs: Enhance btrfs-image to handle missing device

2018-03-30 Thread David Sterba
On Fri, Mar 30, 2018 at 03:35:25PM +0800, Qu Wenruo wrote: > Can be fetched from github: > https://github.com/adam900710/btrfs-progs/tree/btrfs_image_fix > > Bug report: > https://github.com/kdave/btrfs-progs/issues/118 > > In short, the problem is caused by some old code (read_extent_data() > fr

[PATCH 0/3] btrfs-progs: Enhance btrfs-image to handle missing device

2018-03-30 Thread Qu Wenruo
Can be fetched from github: https://github.com/adam900710/btrfs-progs/tree/btrfs_image_fix Bug report: https://github.com/kdave/btrfs-progs/issues/118 In short, the problem is caused by some old code (read_extent_data() from ancient btrfs check code) and offset-by-one from btrfs-image. Which make