[Ocfs2-commits] mfasheh commits r1204 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Jun 23 20:45:42 CDT 2004


Author: mfasheh
Date: 2004-06-23 19:45:41 -0500 (Wed, 23 Jun 2004)
New Revision: 1204

Modified:
   trunk/TODO
Log:
* update the TODO list



Modified: trunk/TODO
===================================================================
--- trunk/TODO	2004-06-24 00:01:42 UTC (rev 1203)
+++ trunk/TODO	2004-06-24 00:45:41 UTC (rev 1204)
@@ -29,6 +29,9 @@
 
 * Investigate whether we need a seperate sysfile for truncate orphans (in
   the future)
+       - No, we can use the orphaned inode directory, but just keep i_nlink
+         the same which can be our test in recovery for whether the inode
+         should be deleted or just truncated.
 
 * redo the delete and rename journal credits now that those paths are
   so different
@@ -38,3 +41,6 @@
 * turn priv_sem into a spinlock
 
 * need to move the commit_bits stuff outside of the journalling code
+
+* check if we really need the INODE_DELETED flag anymore and kill it if we
+  don't.



More information about the Ocfs2-commits mailing list