The patch titled Subject: rbtree-clarify-documentation-of-rbtree_postorder_for_each_entry_safe-fix has been removed from the -mm tree. Its filename was rbtree-clarify-documentation-of-rbtree_postorder_for_each_entry_safe-fix.patch This patch was dropped because it was folded into rbtree-clarify-documentation-of-rbtree_postorder_for_each_entry_safe.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: rbtree-clarify-documentation-of-rbtree_postorder_for_each_entry_safe-fix s/this function/rbtree_postorder_for_each_entry_safe()/ (it isn't a function!) Cc: Cody P Schafer <dev@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/rbtree.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -puN include/linux/rbtree.h~rbtree-clarify-documentation-of-rbtree_postorder_for_each_entry_safe-fix include/linux/rbtree.h --- a/include/linux/rbtree.h~rbtree-clarify-documentation-of-rbtree_postorder_for_each_entry_safe-fix +++ a/include/linux/rbtree.h @@ -109,9 +109,9 @@ static inline void rb_link_node_rcu(stru * @root: 'rb_root *' of the rbtree. * @field: the name of the rb_node field within 'type'. * - * This function provides a similar guarantee as list_for_each_entry_safe() and - * allows the iteration to continue independent of changes to @pos by the body - * of the loop. + * rbtree_postorder_for_each_entry_safe() provides a similar guarantee as + * list_for_each_entry_safe() and allows the iteration to continue independent + * of changes to @pos by the body of the loop. * * Note, however, that it cannot handle other modifications that re-order the * rbtree it is iterating over. This includes calling rb_erase() on @pos, as _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are include-linux-mmzoneh-reflow-comment.patch mm-memcontrolc-uninline-mem_cgroup_usage.patch include-linux-compiler-gcch-improve-__visible-documentation.patch fs-jffs2-wbufc-remove-stray-semicolon.patch rbtree-clarify-documentation-of-rbtree_postorder_for_each_entry_safe.patch dma-mapping-tidy-up-dma_parms-default-handling-fix.patch panic-release-stale-console-lock-to-always-get-the-logbuf-printed-out-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html