You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2014/12/30 15:20:47 UTC

svn propchange: r1648238 - svn:log

Author: stefan2
Revision: 1648238
Modified property: svn:log

Modified: svn:log at Tue Dec 30 14:20:47 2014
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Dec 30 14:20:47 2014
@@ -1,4 +1,4 @@
-In FSFS, make get_dag not lock the DAG node in cache unless requested.
+[Reverted in r1648532] In FSFS, make get_dag not lock the DAG node in cache unless requested.
 The critical part is the call to open_path which would always lock the
 node even if we only want to have a single node returned.