]> git.ipfire.org Git - thirdparty/ccache.git/commit
fix: Disable the inode cache by default 4.7-maint v4.7.5
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 20 Mar 2023 19:42:14 +0000 (20:42 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 20 Mar 2023 19:47:12 +0000 (20:47 +0100)
commit9b1033f3ae534e5aad02c10f663b589b8f28c026
treedeaf59bfad193584a19f79456fd012cc11fd6114
parent1527040bc2a278b9d3d51badb732ecf5841d8bb5
fix: Disable the inode cache by default

There have reports of ccache processes hanging on futex calls related to
the inode cache. (The inode cache synchronization mechanism has been
reworked not to use pthread mutexes in ccache 4.8, so the inode cache is
enabled by default in 4.8 and newer.)
LICENSE.adoc
doc/MANUAL.adoc
doc/NEWS.adoc
src/Config.hpp
src/core/mainoptions.cpp
test/suites/inode_cache.bash