[Cluster-devel] cluster/cmirror-kernel/src dm-cmirror-client.c

jbrassow at sourceware.org jbrassow at sourceware.org
Wed May 9 21:44:35 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	jbrassow at sourceware.org	2007-05-09 21:44:34

Modified files:
	cmirror-kernel/src: dm-cmirror-client.c 

Log message:
	Bug 235040 is fixed in the 4.6 kernel, no need to work around it now.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cmirror-kernel/src/dm-cmirror-client.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.47&r2=1.1.2.48

--- cluster/cmirror-kernel/src/Attic/dm-cmirror-client.c	2007/04/26 16:54:49	1.1.2.47
+++ cluster/cmirror-kernel/src/Attic/dm-cmirror-client.c	2007/05/09 21:44:34	1.1.2.48
@@ -756,13 +756,8 @@
 		DMERR("Unable to disconnect from cluster infrastructure.\n");
 }
 
-static int cluster_flush(struct dirty_log *log);
 static int cluster_presuspend(struct dirty_log *log)
 {
-	/* FIXME: flush is work-around for bug 235040 */
-	DMDEBUG("Performing flush to work around bug 235040");
-	cluster_flush(log);
-	DMDEBUG("Log flush complete");
 	return 0;
 }
 




More information about the Cluster-devel mailing list