[Ocfs2-tools-commits] zab commits r252 - trunk/fsck.ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Sep 24 13:52:09 CDT 2004


Author: zab
Date: 2004-09-24 13:52:07 -0500 (Fri, 24 Sep 2004)
New Revision: 252

Modified:
   trunk/fsck.ocfs2/pass1.c
Log:
o A tiny comment to reflect some talk with Mark and Joel


Modified: trunk/fsck.ocfs2/pass1.c
===================================================================
--- trunk/fsck.ocfs2/pass1.c	2004-09-24 00:39:27 UTC (rev 251)
+++ trunk/fsck.ocfs2/pass1.c	2004-09-24 18:52:07 UTC (rev 252)
@@ -209,6 +209,10 @@
 	for(;;) {
 		ret = ocfs2_get_next_inode(scan, &blkno, buf);
 		if (ret) {
+			/* we don't deal with corrupt inode allocation
+			 * files yet.  They won't be files for much longer.
+			 * In the future the intent is to clean up inode
+			 * allocation if scanning returns an error. */
 			com_err(whoami, ret,
 				"while getting next inode");
 			goto out_close_scan;



More information about the Ocfs2-tools-commits mailing list