RE: [PATCH 2/4] rt_mutex: add new plist implementation

From: Perez-Gonzalez, Inaky
Date: Mon May 09 2005 - 14:36:53 EST



Hi Oleg

>From: Oleg Nesterov

>+extern void plist_add(struct pl_node *node, struct pl_head *head);
>+extern void plist_del(struct pl_node *node);

At least I'd add return codes for this if the head's priority
changes (or in this case, because head's have no prio, if the
first node's prio change). Both function's logic should make
it easy to test and it'd save a lot of code in the caller.

-- Inaky
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/