[Ocfs2-commits] rev 740 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Mar 1 17:04:22 CST 2004


Author: mfasheh
Date: 2004-03-01 17:04:20 -0600 (Mon, 01 Mar 2004)
New Revision: 740

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


Modified: trunk/TODO
===================================================================
--- trunk/TODO	2004-03-01 23:01:32 UTC (rev 739)
+++ trunk/TODO	2004-03-01 23:04:20 UTC (rev 740)
@@ -38,6 +38,11 @@
 
 * get rid of osb->curr_trans_id as it was never used (always zero)
 
+* turn as many ocfs_sem's into normal struct semaphores as possible.
+  Potentially trivial ones include: recovery_lock, dir_alloc_lock, 
+  file_alloc_lock, hashlock and map_lock (if you delete 
+  ocfs_create_log_extent_map)
+
 * get rid of all the:
 	changeSeqNum = osb->curr_trans_id; 
 	DISK_LOCK_SEQNUM(fe) = changeSeqNum;



More information about the Ocfs2-commits mailing list