[Ocfs2-commits] mfasheh commits r2204 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Apr 29 19:44:35 CDT 2005


Author: mfasheh
Signed-off-by: manish
Date: 2005-04-29 19:44:33 -0500 (Fri, 29 Apr 2005)
New Revision: 2204

Removed:
   trunk/TODO
Log:
* remove this file, it is very out of date

Signed-off-by: manish



Deleted: trunk/TODO
===================================================================
--- trunk/TODO	2005-04-29 22:42:10 UTC (rev 2203)
+++ trunk/TODO	2005-04-30 00:44:33 UTC (rev 2204)
@@ -1,28 +0,0 @@
-* fops, iops on bitmap file (and maybe other system files) should probably be
-  different and / or special cased. In a related todo: Get rid of the 
-  INODE_JOURNAL flag on our inodes and use the system file flag instead.
-
-* Go through the code and remove every spot where we look inside a bh for a
-  value which is right there on an inode (like, whether it's a directory or
-  not, fe / vote offsets, lock flags, etc). This includes passing redundant
-  values when the inode is passed in too (example: make acquire_lock not take
-  an offset, as you get that off the inode which is passed in).
-
-* 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.
-
-* check if we really need the INODE_DELETED flag anymore and kill it if we
-  don't.
-       - Yes, we want this as it helps us detect stale inodes.
-
-* move the stuff from /proc/sys/kernel/ocfs2/ to /proc/fs/ocfs2/
-
-Post 1.0:
-* restartable truncate
-
-* Endian fixes
-
-* port htree to ocfs2



More information about the Ocfs2-commits mailing list