From mboxrd@z Thu Jan 1 00:00:00 1970 From: teigland@sourceware.org Date: 8 Aug 2006 18:43:26 -0000 Subject: [Cluster-devel] cluster/group/gfs_controld plock.c Message-ID: <20060808184326.20800.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 2006-08-08 18:43:25 Modified files: group/gfs_controld: plock.c Log message: use the correct (global) handle when unlinking a checkpoint Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/gfs_controld/plock.c.diff?cvsroot=cluster&r1=1.8&r2=1.9 --- cluster/group/gfs_controld/plock.c 2006/08/07 16:57:50 1.8 +++ cluster/group/gfs_controld/plock.c 2006/08/08 18:43:25 1.9 @@ -1084,7 +1084,7 @@ log_group(mg, "unlink ckpt %llx", h); unlink_retry: - rv = saCkptCheckpointUnlink(h, name); + rv = saCkptCheckpointUnlink(ckpt_handle, name); if (rv == SA_AIS_ERR_TRY_AGAIN) { log_group(mg, "unlink ckpt retry"); sleep(1);