From: lhh@sourceware.org <lhh@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/rgmanager ChangeLog src/daemons/restree.c
Date: 16 Jun 2006 20:11:51 -0000 [thread overview]
Message-ID: <20060616201151.8529.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: cluster
Branch: STABLE
Changes by: lhh at sourceware.org 2006-06-16 20:11:51
Modified files:
rgmanager : ChangeLog
rgmanager/src/daemons: restree.c
Log message:
Fix #193859
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.5.2.13.6.1&r2=1.5.2.13.6.2
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/restree.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.10.2.2.6.6&r2=1.10.2.2.6.7
--- cluster/rgmanager/ChangeLog 2006/06/16 20:07:45 1.5.2.13.6.1
+++ cluster/rgmanager/ChangeLog 2006/06/16 20:11:51 1.5.2.13.6.2
@@ -2,6 +2,8 @@
* src/daemons/fo_domain.c, groups.c: Get rid of compiler warnings
* src/daemons/rg_state.c: Change clu_lock_verbose to use the NULL
lock/convert mechanism offered by DLM to work around #193128
+ * src/daemons/restree.c: Apply patch from Navid Sheikhol-Eslami
+ (navid at redhat.com) to fix #193859
* src/resources/fs.sh, clusterfs.sh, nfsexport.sh, nfsclient.sh,
service.sh, svclib_nfslock: Finish up initial NFS workaround.
--- cluster/rgmanager/src/daemons/restree.c 2006/06/16 20:07:46 1.10.2.2.6.6
+++ cluster/rgmanager/src/daemons/restree.c 2006/06/16 20:11:51 1.10.2.2.6.7
@@ -702,18 +702,18 @@
#endif
/* Do op on all children at our level */
- rv = _res_op(&node->rn_child, first,
+ rv += _res_op(&node->rn_child, first,
rule->rr_childtypes[x].rc_name,
ret, op);
- if (rv != 0)
+ if (rv != 0 && op != RS_STOP)
return rv;
}
- if (rv != 0)
+ if (rv != 0 && op != RS_STOP)
return rv;
}
- return 0;
+ return rv;
}
next reply other threads:[~2006-06-16 20:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-16 20:11 lhh [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-09-25 21:09 [Cluster-devel] cluster/rgmanager ChangeLog src/daemons/restree.c lhh
2007-09-25 21:06 lhh
2007-06-18 20:51 lhh
2007-06-13 20:13 lhh
2007-06-13 20:12 lhh
2006-06-16 20:11 lhh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060616201151.8529.qmail@sourceware.org \
--to=lhh@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.