<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -61,9 +61,7 @@ lnode_ref_remove
 	/*If there are no references remaining*/
 	if(node-&gt;references == 0)
 		{
-		/*uninstall the node from the directory it is in and destroy it*/
-		lnode_uninstall(node);
-		lnode_destroy(node);
+		/*TODO: destroy the lnode*/
 		}
 	else
 		/*simply unlock the node*/
@@ -282,24 +280,3 @@ lnode_install
 	node-&gt;dir = dir;
 	}/*lnode_install*/
 /*----------------------------------------------------------------------------*/
-/*Unistall the node from the node tree; remove a reference from the lnode
-	containing `node`*/
-void
-lnode_uninstall
-	(
-	lnode_t * node
-	)
-	{
-	/*Remove a reference from the parent*/
-	lnode_ref_remove(node-&gt;dir);
-	
-	/*Make the next pointer in the previous element point to the element,
-		which follows `node`*/
-	*node-&gt;prevp = node-&gt;next;
-
-	/*If the current node is not the last one, connect the list after removal
-		of the current node*/
-	if(node-&gt;next)
-		node-&gt;next-&gt;prevp = &amp;node-&gt;next;
-	}/*lnode_uninstall*/
-/*----------------------------------------------------------------------------*/</diff>
      <filename>lnode.c</filename>
    </modified>
    <modified>
      <diff>@@ -133,11 +133,4 @@ lnode_install
 	lnode_t * node	/*install this*/
 	);
 /*----------------------------------------------------------------------------*/
-/*Unistall the node from the node tree; remove a reference from the lnode*/
-void
-lnode_uninstall
-	(
-	lnode_t * node
-	);
-/*----------------------------------------------------------------------------*/
 #endif /*__LNODE_H__*/</diff>
      <filename>lnode.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>06cad39d9796206997c028483fb54214899c43df</id>
    </parent>
  </parents>
  <author>
    <name>Sergiu Ivanov</name>
    <email>unlimitedscolobb@gmail.com</email>
  </author>
  <url>http://github.com/scolobb/filterfs/commit/d3507ddb39934f0191b4f4210e3ced0ddce91dc6</url>
  <id>d3507ddb39934f0191b4f4210e3ced0ddce91dc6</id>
  <committed-date>2008-10-21T04:44:09-07:00</committed-date>
  <authored-date>2008-10-21T04:44:09-07:00</authored-date>
  <message>Revert &quot;Added the code for looking up files with names like 'file,,x'.&quot;

This reverts commit a7a503d0d6ee62f10a9b2b943fd578543a04a12f.</message>
  <tree>e33703bae481e1b644c8bc88d64d3dd57bf609a5</tree>
  <committer>
    <name>Sergiu Ivanov</name>
    <email>unlimitedscolobb@gmail.com</email>
  </committer>
</commit>
