Skip to content

Commit

Permalink
static deltas: Process each part as soon as its done
Browse files Browse the repository at this point in the history
Directly when we allocate a new part we finish the old one,
writing the compressed data to a temporary file and generating
the delta header for it.

When all these are done we loop over them and collect the headers,
sizes and either copy the tempfile data into the inlined superblock
or link the tempfiles to disk with the proper names.

Closes: #1309
Approved by: cgwalters
  • Loading branch information
alexlarsson authored and rh-atomic-bot committed Oct 27, 2017
1 parent cbbd159 commit de0e015
Showing 1 changed file with 180 additions and 133 deletions.
Loading

0 comments on commit de0e015

Please sign in to comment.