Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
trunk
-
None
Description
FSFS dag_node_t has a cache node_revision_t member. That cache is filled by calling svn_fs_fs__get_node_revision(), which consults the FSFS svn_cache__t caches. Consider removing the dag_node_t cache member and just rely on the svn_cache__t. That dag_node_t member was responsible for issue #4129.