Skip to content

Commit 8af1d6e

Browse files
authored
Merge pull request #3909 from dscho/fscache-and-parallel-checkout
Fix parallel checkout with FSCache
2 parents a0eed4e + dc97ff0 commit 8af1d6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parallel-checkout.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ static void write_items_sequentially(struct checkout *state)
633633
{
634634
size_t i;
635635

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

0 commit comments

Comments
 (0)