Re: [PATCH v2 9/9] rbtree: remove prior augmented rbtree implementation

2012-08-05 Thread Rik van Riel
On 08/02/2012 06:34 PM, Michel Lespinasse wrote: convert arch/x86/mm/pat_rbtree.c to the proposed augmented rbtree api and remove the old augmented rbtree implementation. Signed-off-by: Michel Lespinasse Acked-by: Rik van Riel -- All rights reversed -- To unsubscribe from this list: send the

Re: [PATCH v2 9/9] rbtree: remove prior augmented rbtree implementation

2012-08-02 Thread Joe Perches
On Thu, 2012-08-02 at 15:34 -0700, Michel Lespinasse wrote: > convert arch/x86/mm/pat_rbtree.c to the proposed augmented rbtree api > and remove the old augmented rbtree implementation. style trivia: > +static u64 compute_subtree_max_end(struct memtype *data) > { > - struct memtype *data; >

[PATCH v2 9/9] rbtree: remove prior augmented rbtree implementation

2012-08-02 Thread Michel Lespinasse
convert arch/x86/mm/pat_rbtree.c to the proposed augmented rbtree api and remove the old augmented rbtree implementation. Signed-off-by: Michel Lespinasse --- arch/x86/mm/pat_rbtree.c | 65 + include/linux/rbtree.h |8 - lib/rbtree.c