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

svn-commits@oss.oracle.com svn-commits at oss.oracle.com
Tue Feb 21 17:05:48 CST 2006


Author: zab
Date: 2006-02-21 17:05:47 -0600 (Tue, 21 Feb 2006)
New Revision: 1160

Modified:
   trunk/fsck.ocfs2/pass2.c
Log:
o uhm, remove totally broken extra return 0; when duplicate dotty dirents
  are found


Modified: trunk/fsck.ocfs2/pass2.c
===================================================================
--- trunk/fsck.ocfs2/pass2.c	2006-02-21 23:03:16 UTC (rev 1159)
+++ trunk/fsck.ocfs2/pass2.c	2006-02-21 23:05:47 UTC (rev 1160)
@@ -107,7 +107,7 @@
 	if (!expect_dots) {
 	       	if (!dirent_has_dots(dirent, 1) && !dirent_has_dots(dirent, 2))
 			goto out;
-			return 0;
+
 		if (prompt(ost, PY, PR_DIRENT_DOTTY_DUP,
 			   "Duplicate '%.*s' directory entry found, remove "
 			   "it?", dirent->name_len, dirent->name)) {




More information about the Ocfs2-tools-commits mailing list