]> git.99rst.org Git - git.git/commit
fsmonitor: trace the new invalidated cache-entry count
authorJeff Hostetler <redacted>
Mon, 26 Feb 2024 21:39:23 +0000 (21:39 +0000)
committerJunio C Hamano <redacted>
Wed, 6 Mar 2024 17:10:06 +0000 (09:10 -0800)
commit84d441f2f09d2974aac75ba93ff3a562d7d31469
tree43ca232881a52b722e244fb01acf1e1394cd4248
parent9e34e562805986b1ed0d1518a5822b9ec495960b
fsmonitor: trace the new invalidated cache-entry count

Consolidate the directory/non-directory calls to the refresh handler
code.  Log the resulting count of invalidated cache-entries.

The nr_in_cone value will be used in a later commit to decide if
we also need to try to do case-insensitive lookups.

Signed-off-by: Jeff Hostetler <redacted>
Signed-off-by: Junio C Hamano <redacted>
fsmonitor.c
git clone https://git.99rst.org/PROJECT