Skip to content

Commit

Permalink
trace2:gvfs:experiment: clear_ce_flags_1
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
  • Loading branch information
jeffhostetler authored and dscho committed Aug 16, 2023
1 parent 17608ad commit 4dbcd2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unpack-trees.c
Original file line number Diff line number Diff line change
Expand Up @@ -1780,6 +1780,7 @@ static int clear_ce_flags(struct index_state *istate,
xsnprintf(label, sizeof(label), "clear_ce_flags(0x%08lx,0x%08lx)",
(unsigned long)select_mask, (unsigned long)clear_mask);
trace2_region_enter("unpack_trees", label, the_repository);

rval = clear_ce_flags_1(istate,
istate->cache,
istate->cache_nr,
Expand Down

0 comments on commit 4dbcd2b

Please sign in to comment.