Double cache lookup in svn_fs_fs__rep_contents_dir_entry()
From: Ivan Zhakov <ivan_at_visualsvn.com>
Date: Wed, 27 May 2015 12:28:27 +0300
It seems directory cache checked twice in function
/* find the cache we may use */
/* fetch data from disk if we did not find it in the cache */
/* read the dir from the file system. It will probably be put it
[...]
return SVN_NO_ERROR;
And svn_fs_fs__rep_contents_dir() functions checks the dir cache again.
Is my analysis correct or I missed something important?
-- Ivan ZhakovReceived on 2015-05-27 11:29:43 CEST |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.