From mboxrd@z Thu Jan 1 00:00:00 1970 From: teigland@sourceware.org Date: 24 May 2007 19:00:20 -0000 Subject: [Cluster-devel] cluster/gfs2/mount util.c Message-ID: <20070524190020.12351.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland at sourceware.org 2007-05-24 19:00:20 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&r1=1.22&r2=1.23 --- cluster/gfs2/mount/util.c 2007/05/11 20:04:30 1.22 +++ cluster/gfs2/mount/util.c 2007/05/24 19:00:17 1.23 @@ -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); }