Mailing List Archive

[xen master] tools/xenstore: remove stale comment in create_node()
commit 747b86153e492c3785d60fd2baca08556293ed27
Author: Juergen Gross <jgross@suse.com>
AuthorDate: Wed Mar 29 14:54:20 2023 +0200
Commit: Jan Beulich <jbeulich@suse.com>
CommitDate: Wed Mar 29 14:54:20 2023 +0200

tools/xenstore: remove stale comment in create_node()

There is a part of a comment in create_node() which should have been
deleted when modifying the related coding.

Fixes: 1cd3cc7ea27c ("tools/xenstore: create_node: Don't defer work to undo any changes on failure")
Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Julien Grall <jgrall@amazon.com>
---
tools/xenstore/xenstored_core.c | 3 ---
1 file changed, 3 deletions(-)

diff --git a/tools/xenstore/xenstored_core.c b/tools/xenstore/xenstored_core.c
index 7348f935bc..a61db2db2d 100644
--- a/tools/xenstore/xenstored_core.c
+++ b/tools/xenstore/xenstored_core.c
@@ -1480,9 +1480,6 @@ static struct node *create_node(struct connection *conn, const void *ctx,
* All new created nodes will have i->parent set, while the final
* node will be already existing and won't have i->parent set.
* New nodes are subject to quota handling.
- * Initially set a destructor for all new nodes removing them from
- * TDB again and undoing quota accounting for the case of an error
- * during the write loop.
*/
for (i = node; i; i = i->parent) {
/* i->parent is set for each new node, so check quota. */
--
generated by git-patchbot for /home/xen/git/xen.git#master