All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] cluster/gfs/gfs_fsck pass5.c
@ 2007-12-30  8:11 fabbione
  0 siblings, 0 replies; only message in thread
From: fabbione @ 2007-12-30  8:11 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione at sourceware.org	2007-12-30 08:11:53

Modified files:
	gfs/gfs_fsck   : pass5.c 

Log message:
	Fix build with -DDEBUG

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/pass5.c.diff?cvsroot=cluster&r1=1.11&r2=1.12

--- cluster/gfs/gfs_fsck/pass5.c	2006/11/17 16:43:49	1.11
+++ cluster/gfs/gfs_fsck/pass5.c	2007/12/30 08:11:53	1.12
@@ -91,7 +91,7 @@
 			break;
 		default:
 			log_err("Invalid state %d found at block%"PRIu64"\n",
-				mark, i);
+				q.block_type, i);
 			return -1;
 			break;
 		}



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

only message in thread, other threads:[~2007-12-30  8:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-30  8:11 [Cluster-devel] cluster/gfs/gfs_fsck pass5.c fabbione

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.