Re: [PATCH] rbtree: add comment to rb_insert_augmented()

2014-09-16 Thread Michel Lespinasse
On Tue, Sep 16, 2014 at 7:25 PM, Lai Jiangshan wrote: > The comment is copied from Documentation/rbtree.txt, but this comment > is so important that it should also be in the code. > > CC: Andrew Morton > CC: Michel Lespinasse > Signed-off-by: Lai Jiangshan Looks good, thanks for proposing

[PATCH] rbtree: add comment to rb_insert_augmented()

2014-09-16 Thread Lai Jiangshan
The comment is copied from Documentation/rbtree.txt, but this comment is so important that it should also be in the code. CC: Andrew Morton CC: Michel Lespinasse Signed-off-by: Lai Jiangshan --- include/linux/rbtree_augmented.h | 10 ++ 1 files changed, 10 insertions(+), 0

[PATCH] rbtree: add comment to rb_insert_augmented()

2014-09-16 Thread Lai Jiangshan
The comment is copied from Documentation/rbtree.txt, but this comment is so important that it should also be in the code. CC: Andrew Morton a...@linux-foundation.org CC: Michel Lespinasse wal...@google.com Signed-off-by: Lai Jiangshan la...@cn.fujitsu.com --- include/linux/rbtree_augmented.h |

Re: [PATCH] rbtree: add comment to rb_insert_augmented()

2014-09-16 Thread Michel Lespinasse
On Tue, Sep 16, 2014 at 7:25 PM, Lai Jiangshan la...@cn.fujitsu.com wrote: The comment is copied from Documentation/rbtree.txt, but this comment is so important that it should also be in the code. CC: Andrew Morton a...@linux-foundation.org CC: Michel Lespinasse wal...@google.com