"Dr. David Alan Gilbert (git)" wrote:
> From: "Dr. David Alan Gilbert"
>
> In a82d593b61054b3dea43 I accidentally removed the setting of
> last_sent_block, put it back.
>
> Symptoms:
> Multithreaded compression only uses one thread.
> Migration is a bit less efficient since it won't use 'con
From: "Dr. David Alan Gilbert"
In a82d593b61054b3dea43 I accidentally removed the setting of
last_sent_block, put it back.
Symptoms:
Multithreaded compression only uses one thread.
Migration is a bit less efficient since it won't use 'cont' flags.
Signed-off-by: Dr. David Alan Gilbert
Fix