[Intel-gfx] [PATCH] lib: Export interval_tree

Michel Lespinasse walken at google.com
Sun Jan 26 15:03:38 CET 2014


On Sun, Jan 26, 2014 at 5:54 AM, Daniel Vetter <daniel at ffwll.ch> wrote:
> On Sun, Jan 26, 2014 at 12:24:33PM +0000, Chris Wilson wrote:
>>  INTERVAL_TREE_DEFINE(struct interval_tree_node, rb,
>>                    unsigned long, __subtree_last,
>>                    START, LAST,, interval_tree)
>> +
>> +EXPORT_SYMBOL(interval_tree_insert);
>> +EXPORT_SYMBOL(interval_tree_remove);
>> +EXPORT_SYMBOL(interval_tree_iter_first);
>> +EXPORT_SYMBOL(interval_tree_iter_next);
>
> Hm, I've thought kernel coding style nowadays is to put the EXPORT_SYMBOL
> right below the definition of the function?

INTERVAL_TREE_DEFINE generates the definitions of these functions.

-- 
Michel "Walken" Lespinasse
A program is never fully debugged until the last user dies.



More information about the Intel-gfx mailing list