commit | 3908836aa77e3621aaf2101f2920e01d7c8460d6 | [log] [tgz] |
---|---|---|
author | Michel Lespinasse <[email protected]> | Mon Oct 08 16:31:21 2012 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Oct 09 16:22:38 2012 +0900 |
tree | 3e8f5b619f9e093d9d53180bb6f496319ddeb946 | |
parent | 9d9e6f9703bbd642f3f2f807e6aaa642a4cbcec9 [diff] |
rbtree: add RB_DECLARE_CALLBACKS() macro As proposed by Peter Zijlstra, this makes it easier to define the augmented rbtree callbacks. Signed-off-by: Michel Lespinasse <[email protected]> Cc: Rik van Riel <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Andrea Arcangeli <[email protected]> Cc: David Woodhouse <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>