From mboxrd@z Thu Jan 1 00:00:00 1970 From: jbrassow@sourceware.org Date: 9 May 2007 21:44:35 -0000 Subject: [Cluster-devel] cluster/cmirror-kernel/src dm-cmirror-client.c Message-ID: <20070509214435.14759.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: 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; }