[Cluster-devel] cluster/gfs2/mount util.c

teigland at sourceware.org teigland at sourceware.org
Thu May 24 19:00:03 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	teigland at sourceware.org	2007-05-24 19:00:02

Modified files:
	gfs2/mount     : util.c 

Log message:
	don't do gfs_sb_print() if we don't detect a gfs fs, it often just
	prints a bunch of garbage

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mount/util.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.18.2.4&r2=1.18.2.5

--- cluster/gfs2/mount/util.c	2007/05/11 20:10:36	1.18.2.4
+++ cluster/gfs2/mount/util.c	2007/05/24 19:00:02	1.18.2.5
@@ -292,7 +292,6 @@
 
 		if (sb.sb_header.mh_magic != GFS_MAGIC ||
 		    sb.sb_header.mh_type != GFS_METATYPE_SB) {
-			gfs_sb_print(&sb);
 			die("there isn't a GFS filesystem on %s\n", device);
 		}
 




More information about the Cluster-devel mailing list