On 11/22/2012 10:58 AM, Will Deacon wrote: > Commit 29fc7c5a4f516d388fb6e1f6d24bfb04b8093e54 upstream. > > rb_erase_augmented() is a static function annotated with > __always_inline. This causes a compile failure when attempting to use > the rbtree implementation as a library (e.g. kvm tool): > > rbtree_augmented.h:125:24: error: expected `=', `,', `;', `asm' or `__attribute__' before `void' On a side note, our rbtree-interval is broken at the moment due to kernel side changing the implementation and (IMO) breaking augmented rbtrees, followed by several patches in our own code that tried to fix the breakage but haven't identified the problem correctly - leading to more subtle breakage. If you see things broken with mmio, that might be the reason. I have a fix for that which goes to both kernel and our code, but I'm waiting to verify that the kernel side is indeed broken. Thanks, Sasha -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html