X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=preload-index.c;h=ed6eaa47388af8d33398e7c9652c622030e75147;hb=5d65ad17a979420fb02328540ec02a3b304aeeec;hp=e73600ee7841a299e060369ca9eecf46d5a7fb0f;hpb=0b2094b06b8e810ba21348179cb71122faeb9263;p=thirdparty%2Fgit.git diff --git a/preload-index.c b/preload-index.c index e73600ee78..ed6eaa4738 100644 --- a/preload-index.c +++ b/preload-index.c @@ -78,7 +78,7 @@ static void *preload_thread(void *_data) if (ie_match_stat(index, ce, &st, CE_MATCH_RACY_IS_DIRTY|CE_MATCH_IGNORE_FSMONITOR)) continue; ce_mark_uptodate(ce); - mark_fsmonitor_valid(ce); + mark_fsmonitor_valid(index, ce); } while (--nr > 0); if (p->progress) { struct progress_data *pd = p->progress;