X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=entry.c;h=53380bb614c19e82edfb45049f1703b4a3b9c8a3;hb=f6c9b474a96edbcacecdc61b3e457027332d8921;hp=0e4f2f29101f913d0db2c401851f279eac496f02;hpb=0830eac14cf6d0f0392a3a87d96f916e79dc4319;p=thirdparty%2Fgit.git diff --git a/entry.c b/entry.c index 0e4f2f2910..53380bb614 100644 --- a/entry.c +++ b/entry.c @@ -373,7 +373,7 @@ finish: if (lstat(ce->name, &st) < 0) return error_errno("unable to stat just-written file %s", ce->name); - fill_stat_cache_info(ce, &st); + fill_stat_cache_info(state->istate, ce, &st); ce->ce_flags |= CE_UPDATE_IN_BASE; mark_fsmonitor_invalid(state->istate, ce); state->istate->cache_changed |= CE_ENTRY_CHANGED;