[Ocfs2-commits] mfasheh commits r1303 - trunk
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Sun Jul 25 21:03:58 CDT 2004
Author: mfasheh
Date: 2004-07-25 20:03:56 -0500 (Sun, 25 Jul 2004)
New Revision: 1303
Modified:
trunk/TODO
Log:
* update the TODO list
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2004-07-23 02:05:16 UTC (rev 1302)
+++ trunk/TODO 2004-07-26 01:03:56 UTC (rev 1303)
@@ -61,6 +61,11 @@
- the only ones left as of 7/19/04 are: truncate, link,
symlink and rename. these should be easy to fix.
+* there are places in the code (ocfs_extend_file, ocfs_truncate_file
+ are two good examples) where 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...
+
Post 1.0:
* restartable truncate
More information about the Ocfs2-commits
mailing list