[Ocfs2-commits] mfasheh commits r905 - trunk
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Thu May 6 19:57:33 CDT 2004
Author: mfasheh
Date: 2004-05-06 18:57:31 -0500 (Thu, 06 May 2004)
New Revision: 905
Modified:
trunk/TODO
Log:
* update the TODO list
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2004-05-06 20:31:05 UTC (rev 904)
+++ trunk/TODO 2004-05-06 23:57:31 UTC (rev 905)
@@ -51,3 +51,9 @@
* Fix the bug where deleting a directory with no files in it's first
dirnode, but lots in it's others succeeds when it should fail.
+
+* 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).
More information about the Ocfs2-commits
mailing list