On Thu, Nov 1, 2018 at 2:03 PM, Vivek Goyal <vgoyal@xxxxxxxxxx> wrote: > On Thu, Nov 01, 2018 at 02:48:09AM +0200, Amir Goldstein wrote: >> >> case OPT_METACOPY_ON: >> config->metacopy = true; >> + config->strict = true; > > I think either ->strict should go in a separate patch or we should have > a good description in commit message, explaining why ->strict is there > and how it will impact behavior going forward. I'm redoing Amir's patches a bit, and at the moment I'm more inclined to leave this after the merge window, since there are so many subtle details to deal with. Back shortly with an updated set. Thanks, Miklos