[Ocfs2-commits] mfasheh commits r1361 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Aug 18 13:06:57 CDT 2004


Author: mfasheh
Date: 2004-08-18 12:06:55 -0500 (Wed, 18 Aug 2004)
New Revision: 1361

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



Modified: trunk/TODO
===================================================================
--- trunk/TODO	2004-08-17 20:20:41 UTC (rev 1360)
+++ trunk/TODO	2004-08-18 17:06:55 UTC (rev 1361)
@@ -36,10 +36,6 @@
 
 * move the stuff from /proc/sys/kernel/ocfs2/ to /proc/fs/ocfs2/
 
-* in ocfs_extend_file (and possibly other places in the code) we read
-  an inode and get/check some values from it just before taking the 
-  disk lock. We should really be doing that *after* taking the disk lock...
-
 * investigate whether we need to do a verify_update_inode in
   ocfs_recover_oin_locks as a size change may have occured on the inodes...
 
@@ -54,13 +50,15 @@
   RELEASE_DENTRY and DELETE_ACQUIRE cases. This can lead to nasty races
   with delayed operations on two nodes...
 
-* Endian fixes
-
-* Need to test O_DIRECT on 2.6
-
 Post 1.0:
+* in ocfs_extend_file (and possibly other places in the code) we read
+  an inode and get/check some values from it just before taking the 
+  disk lock. We should really be doing that *after* taking the disk lock...
+
 * restartable truncate
 
+* Endian fixes
+
 * space allocation has to be fixed to be able to deal with non contiguous space
 
 * need to move the commit_bits stuff outside of the journalling code



More information about the Ocfs2-commits mailing list