[Ocfs2-commits] rev 22 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Feb 5 15:10:46 CST 2004


Author: manish
Date: 2004-02-05 15:10:44 -0600 (Thu, 05 Feb 2004)
New Revision: 22

Modified:
   trunk/TODO
Log:
update the todo list


Modified: trunk/TODO
===================================================================
--- trunk/TODO	2004-02-04 07:25:27 UTC (rev 21)
+++ trunk/TODO	2004-02-05 21:10:44 UTC (rev 22)
@@ -12,11 +12,12 @@
 
 * provide an ocfsmigrate utility to migrate v1 -> v2 and back.
 
+* revamp the bitmap_free_head processing to just always happen on the
+  journal handle, and while we're at it, we can just put the head structures
+  on there as a static part of the struct.
+
 * finish mkfs to really create a filesystem.
 
-* ocfs_commit_trans should not have a return value -- if we fail at that
-  point, we're in big trouble.
-
 * System files should be locked with cache lock, and we need inodes
   for them so that we can cache our reads to them. This can also count
   for the main bitmap. Data writes to the bitmap files can be



More information about the Ocfs2-commits mailing list