cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/gfs2/mkfs main.c
@ 2007-05-01 14:36 fabbione
  0 siblings, 0 replies; only message in thread
From: fabbione @ 2007-05-01 14:36 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione at sourceware.org	2007-05-01 15:36:40

Modified files:
	gfs2/mkfs      : main.c 

Log message:
	Fix gfs2 identity exit code path

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mkfs/main.c.diff?cvsroot=cluster&r1=1.7&r2=1.8

--- cluster/gfs2/mkfs/main.c	2006/07/10 22:51:10	1.7
+++ cluster/gfs2/mkfs/main.c	2007/05/01 14:36:40	1.8
@@ -58,9 +58,10 @@
 		main_grow(argc, argv);
 	else if (!strcmp(whoami, "gfs2_shrink"))
 		main_shrink(argc, argv);
+#endif
 	else
 		die("I don't know who I am!\n");
-#endif
+
 	free(p);
 
 	return EXIT_SUCCESS;



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

only message in thread, other threads:[~2007-05-01 14:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-01 14:36 [Cluster-devel] cluster/gfs2/mkfs main.c fabbione

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).