On Fri, Feb 1, 2019 at 6:24 PM Miklos Szeredi <miklos@xxxxxxxxxx> wrote: > > On Fri, Feb 1, 2019 at 2:25 PM Amir Goldstein <amir73il@xxxxxxxxx> wrote: > > > Wrong st_mtime/st_ctime: > > generic/003 generic/080 generic/215 > > Fixed. Albeit, I feel it's pretty hackish with various forms of > ovl_copyattr sprinkled all over the place. Need to think about proper > management of attributes between upper and overlay inode. > Pushed this one to the test branch as well. > > > > EIO on clone/dedupe: > > generic/303 generic/304 > > > > Wrong st_blocks/fiemap: > > generic/353 generic/392 generic/422 > > Hmm, generic/353 passes for me... > So for me: running generic/353 after generic/303 it fails and running it again it passes. Thanks, Amir.