On Wed, Sep 04, 2019 at 09:29:47PM +0800, Anand Jain wrote: > As misc-tests/021 image dump is restored on the same original loop > device, this overlaps with the stale data and makes the test pass > falsely. > > Fix this by using a new device for restore. > > And also, the btrfs-image dump and restore doesn't not collect the data, > so any read on the files should be avoided. So instead of file data use > file stat data for the md5sum. > > Signed-off-by: Anand Jain <anand.j...@oracle.com> > Reported-by: Johannes Thumshirn <jthumsh...@suse.de> > ---
Applied, thanks.