Skip to content

Commit

Permalink
Merge pull request #3909 from dscho/fscache-and-parallel-checkout
Browse files Browse the repository at this point in the history
Fix parallel checkout with FSCache
  • Loading branch information
dscho authored Jun 23, 2022
2 parents a0eed4e + dc97ff0 commit 8af1d6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parallel-checkout.c
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ static void write_items_sequentially(struct checkout *state)
{
size_t i;

flush_fscache();
for (i = 0; i < parallel_checkout.nr; i++) {
struct parallel_checkout_item *pc_item = &parallel_checkout.items[i];
write_pc_item(pc_item, state);
Expand Down

0 comments on commit 8af1d6e

Please sign in to comment.