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:34 -0000 [thread overview]
Message-ID: <20060616201134.8342.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: lhh at sourceware.org 2006-06-16 20:11:34
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=RHEL4&r1=1.5.2.18&r2=1.5.2.19
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/daemons/restree.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.10.2.9&r2=1.10.2.10
--- cluster/rgmanager/ChangeLog 2006/06/16 19:57:52 1.5.2.18
+++ cluster/rgmanager/ChangeLog 2006/06/16 20:11:33 1.5.2.19
@@ -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/05/12 21:28:31 1.10.2.9
+++ cluster/rgmanager/src/daemons/restree.c 2006/06/16 20:11:33 1.10.2.10
@@ -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 --
2006-06-16 20:11 [Cluster-devel] cluster/rgmanager ChangeLog src/daemons/restree.c lhh
2007-06-13 20:12 lhh
2007-06-13 20:13 lhh
2007-06-18 20:51 lhh
2007-09-25 21:06 lhh
2007-09-25 21:09 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=20060616201134.8342.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).