[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v2] 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@xxxxxxxx> Reviewed-by: Julien Grall <jgrall@xxxxxxxxxx> --- V2: - add Fixes: tag (Julien Grall) --- 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. */ -- 2.35.3
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |