On Mon, Jan 25, 2021 at 11:58 AM Richard W.M. Jones <rjones(a)redhat.com> wrote:
This series is fine apart from two typos. You can push it
if you want, unless you want to do more testing/tweaking.
I want to test it first with a real environment since my tests are
not stable.
Also I'm worried about using -W for all conversion - we should use it only
if the output is using parallel thread model, otherwise it does not give
any benefit and it will may cause unwanted fragmentation in the target
image.
Should we have something like:
if output#parallel then
use unordered writes...
What do you think?