cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/gfs2/fsck initialize.c
@ 2006-09-20 16:43 rpeterso
  0 siblings, 0 replies; only message in thread
From: rpeterso @ 2006-09-20 16:43 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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

Modified files:
	gfs2/fsck      : initialize.c 

Log message:
	Addendum to bz 200883.  If gfs2_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/gfs2/fsck/initialize.c.diff?cvsroot=cluster&r1=1.5&r2=1.6

--- cluster/gfs2/fsck/initialize.c	2006/09/20 15:23:34	1.5
+++ cluster/gfs2/fsck/initialize.c	2006/09/20 16:43:25	1.6
@@ -340,6 +340,8 @@
 	/* verify various things */
 
 	if(init_journals(sbp)) {
+		if(!opts.no)
+			block_mounters(sbp, 0);
 		stack;
 		return -1;
 	}



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-09-20 16:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-20 16:43 [Cluster-devel] cluster/gfs2/fsck initialize.c 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).