On Thu, Oct 04, 2018 at 02:02:13PM +0800, Qu Wenruo wrote: > At restore time, btrfs-image will try to fixup dev extents, this will > trigger a transaction. > > It's normally OK to start a new transaction, but for image with log > tree, a new transaction will bump up generation, and log tree generation > will not match with super block generation + 1. > > There is no good way to solve it yet. Just output a warning for now. > > Signed-off-by: Qu Wenruo <w...@suse.com>
Applied, thanks.