cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/gfs/gfs_fsck initialize.c
@ 2006-09-20 16:36 rpeterso
  0 siblings, 0 replies; 3+ messages in thread
From: rpeterso @ 2006-09-20 16:36 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rpeterso at sourceware.org	2006-09-20 16:36:58

Modified files:
	gfs/gfs_fsck   : initialize.c 

Log message:
	Addendum to bz 200883.  If gfs_fsck can't finish initialization,
	it was exiting but not fixing the lock protocol back for normal use.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/initialize.c.diff?cvsroot=cluster&r1=1.12&r2=1.13

--- cluster/gfs/gfs_fsck/initialize.c	2006/09/20 14:49:44	1.12
+++ cluster/gfs/gfs_fsck/initialize.c	2006/09/20 16:36:57	1.13
@@ -389,13 +389,17 @@
 
 	/* initialize important inodes, fill the rgrp and journal indexes, etc */
 	if(fill_super_block(sbp)) {
-	        stack;
+		if(!sbp->opts->no)
+			block_mounters(sbp, 0);
+		stack;
 		return -1;
 	}
 
 	/* verify various things */
 
 	if(init_journals(sbp)) {
+		if(!sbp->opts->no)
+			block_mounters(sbp, 0);
 		stack;
 		return -1;
 	}



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Cluster-devel] cluster/gfs/gfs_fsck initialize.c
@ 2006-09-20 16:37 rpeterso
  0 siblings, 0 replies; 3+ messages in thread
From: rpeterso @ 2006-09-20 16:37 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	rpeterso at sourceware.org	2006-09-20 16:37:37

Modified files:
	gfs/gfs_fsck   : initialize.c 

Log message:
	Addendum to bz 200883.  If gfs_fsck can't finish initialization,
	it was exiting but not fixing the lock protocol back for normal use.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/initialize.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.9&r2=1.1.2.10

--- cluster/gfs/gfs_fsck/initialize.c	2006/09/19 21:58:37	1.1.2.9
+++ cluster/gfs/gfs_fsck/initialize.c	2006/09/20 16:37:37	1.1.2.10
@@ -389,13 +389,17 @@
 
 	/* initialize important inodes, fill the rgrp and journal indexes, etc */
 	if(fill_super_block(sbp)) {
-	        stack;
+		if(!sbp->opts->no)
+			block_mounters(sbp, 0);
+		stack;
 		return -1;
 	}
 
 	/* verify various things */
 
 	if(init_journals(sbp)) {
+		if(!sbp->opts->no)
+			block_mounters(sbp, 0);
 		stack;
 		return -1;
 	}



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Cluster-devel] cluster/gfs/gfs_fsck initialize.c
@ 2006-09-20 16:37 rpeterso
  0 siblings, 0 replies; 3+ messages in thread
From: rpeterso @ 2006-09-20 16:37 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	STABLE
Changes by:	rpeterso at sourceware.org	2006-09-20 16:37:56

Modified files:
	gfs/gfs_fsck   : initialize.c 

Log message:
	Addendum to bz 200883.  If gfs_fsck can't finish initialization,
	it was exiting but not fixing the lock protocol back for normal use.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/initialize.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.1.2.4.4.2.2.3&r2=1.1.2.4.4.2.2.4

--- cluster/gfs/gfs_fsck/initialize.c	2006/09/20 14:04:04	1.1.2.4.4.2.2.3
+++ cluster/gfs/gfs_fsck/initialize.c	2006/09/20 16:37:56	1.1.2.4.4.2.2.4
@@ -389,13 +389,17 @@
 
 	/* initialize important inodes, fill the rgrp and journal indexes, etc */
 	if(fill_super_block(sbp)) {
-	        stack;
+		if(!sbp->opts->no)
+			block_mounters(sbp, 0);
+		stack;
 		return -1;
 	}
 
 	/* verify various things */
 
 	if(init_journals(sbp)) {
+		if(!sbp->opts->no)
+			block_mounters(sbp, 0);
 		stack;
 		return -1;
 	}



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-09-20 16:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-20 16:37 [Cluster-devel] cluster/gfs/gfs_fsck initialize.c rpeterso
  -- strict thread matches above, loose matches on Subject: below --
2006-09-20 16:37 rpeterso
2006-09-20 16:36 rpeterso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).