[Ocfs2-tools-commits] smushran commits r254 - trunk/libocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Sep 24 17:21:01 CDT 2004


Author: smushran
Date: 2004-09-24 17:20:59 -0500 (Fri, 24 Sep 2004)
New Revision: 254

Modified:
   trunk/libocfs2/checkhb.c
Log:
doh

Modified: trunk/libocfs2/checkhb.c
===================================================================
--- trunk/libocfs2/checkhb.c	2004-09-24 22:16:42 UTC (rev 253)
+++ trunk/libocfs2/checkhb.c	2004-09-24 22:20:59 UTC (rev 254)
@@ -180,8 +180,10 @@
 		if (ret) {
 			if (ret == OCFS2_ET_OCFS_REV)
 				dev->fs_type = 1;
-			else
+			else {
+				ret = 0;
 				continue;
+			}
 		} else
 			dev->fs_type = 2;
 



More information about the Ocfs2-tools-commits mailing list