From mboxrd@z Thu Jan 1 00:00:00 1970 From: teigland@sourceware.org Date: 24 May 2007 19:00:03 -0000 Subject: [Cluster-devel] cluster/gfs2/mount util.c Message-ID: <20070524190003.12121.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 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); }