You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2012/03/24 17:25:19 UTC

svn commit: r1304846 - /subversion/branches/node_pool/subversion/libsvn_fs_fs/dag.h

Author: danielsh
Date: Sat Mar 24 16:25:19 2012
New Revision: 1304846

URL: http://svn.apache.org/viewvc?rev=1304846&view=rev
Log:
Track changes to make_entry().

* subversion/libsvn_fs_fs/dag.h
  (svn_fs_fs__dag_make_dir, svn_fs_fs__dag_make_file):
    Update docstring of POOL.

Modified:
    subversion/branches/node_pool/subversion/libsvn_fs_fs/dag.h

Modified: subversion/branches/node_pool/subversion/libsvn_fs_fs/dag.h
URL: http://svn.apache.org/viewvc/subversion/branches/node_pool/subversion/libsvn_fs_fs/dag.h?rev=1304846&r1=1304845&r2=1304846&view=diff
==============================================================================
--- subversion/branches/node_pool/subversion/libsvn_fs_fs/dag.h (original)
+++ subversion/branches/node_pool/subversion/libsvn_fs_fs/dag.h Sat Mar 24 16:25:19 2012
@@ -386,8 +386,7 @@ svn_error_t *svn_fs_fs__dag_delete_if_mu
    not currently have an entry named NAME.  TXN_ID is the Subversion
    transaction under which this occurs.
 
-   Use POOL for all allocations, including to cache the node_revision in
-   PARENT.
+   Use POOL for all allocations.
  */
 svn_error_t *svn_fs_fs__dag_make_dir(dag_node_t **child_p,
                                      dag_node_t *parent,
@@ -490,8 +489,7 @@ svn_fs_fs__dag_file_checksum(svn_checksu
    canonicalized absolute path of the parent directory.  TXN_ID is the
    Subversion transaction under which this occurs.
 
-   Use POOL for all allocations, including to cache the node_revision in
-   PARENT.
+   Use POOL for all allocations.
  */
 svn_error_t *svn_fs_fs__dag_make_file(dag_node_t **child_p,
                                       dag_node_t *parent,