On Tue, Mar 18, 2014 at 09:56:12AM +, Chris Wilson wrote:
> On Mon, Mar 17, 2014 at 06:08:57AM -0700, Michel Lespinasse wrote:
> > On Mon, Mar 17, 2014 at 5:31 AM, David Woodhouse
> > wrote:
> > > On Mon, 2014-03-17 at 12:21 +, Chris Wilson wrote:
> > >> +EXPORT_SYMBOL(interval_tree_inser
On Mon, Mar 17, 2014 at 06:08:57AM -0700, Michel Lespinasse wrote:
> On Mon, Mar 17, 2014 at 5:31 AM, David Woodhouse wrote:
> > On Mon, 2014-03-17 at 12:21 +, Chris Wilson wrote:
> >> +EXPORT_SYMBOL(interval_tree_insert);
> >> +EXPORT_SYMBOL(interval_tree_remove);
> >> +EXPORT_SYMBOL(interval
On Mon, 2014-03-17 at 12:21 +, Chris Wilson wrote:
> +EXPORT_SYMBOL(interval_tree_insert);
> +EXPORT_SYMBOL(interval_tree_remove);
> +EXPORT_SYMBOL(interval_tree_iter_first);
> +EXPORT_SYMBOL(interval_tree_iter_next);
I'd prefer to see EXPORT_SYMBOL_GPL for this.
--
dwmw2
smime.p7s
Descr
lib/interval_tree.c provides a simple interface for an interval-tree
(an augmented red-black tree) but is only built when testing the generic
macros for building interval-trees. For drivers with modest needs,
export the simple interval-tree library as is.
v2: Lots of help from Michel Lespinasse to
lib/interval_tree.c provides a simple interface for an interval-tree
(an augmented red-black tree) but is only built when testing the generic
macros for building interval-trees. For drivers with modest needs,
export the simple interval-tree library as is.
v2: Lots of help from Michel Lespinasse to
lib/interval_tree.c provides a simple interface for an interval-tree
(an augmented red-black tree) but is only built when testing the generic
macros for building interval-trees. For drivers with modest needs,
export the simple interval-tree library as is.
v2: Lots of help from Michel Lespinasse to