Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1661543
| From | Davidlohr Bueso <dave@stgolabs.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 6/8] lib/interval-tree: Correct comment wrt generic flavor |
| Date | 2017-06-08 20:10 +0200 |
| Message-ID | <tQa2D-7DP-25@gated-at.bofh.it> (permalink) |
| References | <tQa2C-7DP-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
interval_tree.h _is_ the generic flavor. Signed-off-by: Davidlohr Bueso <dbueso@suse.de> --- include/linux/interval_tree_generic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/interval_tree_generic.h b/include/linux/interval_tree_generic.h index f096423c8cbd..1f97ce26cccc 100644 --- a/include/linux/interval_tree_generic.h +++ b/include/linux/interval_tree_generic.h @@ -33,7 +33,7 @@ * ITSTATIC: 'static' or empty * ITPREFIX: prefix to use for the inline tree definitions * - * Note - before using this, please consider if non-generic version + * Note - before using this, please consider if generic version * (interval_tree.h) would work for you... */ -- 2.12.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH -next v2 0/8] rbtree: Cache leftmost node internally Davidlohr Bueso <dave@stgolabs.net> - 2017-06-08 20:10 +0200
[PATCH 2/8] sched/fair: Replace cfs_rq->rb_leftmost Davidlohr Bueso <dave@stgolabs.net> - 2017-06-08 20:10 +0200
[PATCH 1/8] rbtree: Cache leftmost node internally Davidlohr Bueso <dave@stgolabs.net> - 2017-06-08 20:10 +0200
Re: [PATCH 1/8] rbtree: Cache leftmost node internally Jan Kara <jack@suse.cz> - 2017-06-09 09:50 +0200
Re: [PATCH 1/8] rbtree: Cache leftmost node internally Davidlohr Bueso <dave@stgolabs.net> - 2017-06-09 16:40 +0200
Re: [PATCH 1/8] rbtree: Cache leftmost node internally Jan Kara <jack@suse.cz> - 2017-06-12 11:50 +0200
[PATCH 8/8] fs/epoll: Use faster rb_first_cached() Davidlohr Bueso <dave@stgolabs.net> - 2017-06-08 20:10 +0200
[PATCH 5/8] lib/interval_tree: Fast overlap detection Davidlohr Bueso <dave@stgolabs.net> - 2017-06-08 20:10 +0200
[PATCH 6/8] lib/interval-tree: Correct comment wrt generic flavor Davidlohr Bueso <dave@stgolabs.net> - 2017-06-08 20:10 +0200
[PATCH 7/8] procfs: Use faster rb_first_cached() Davidlohr Bueso <dave@stgolabs.net> - 2017-06-08 20:10 +0200
[PATCH 4/8] locking/rtmutex: Replace top-waiter and pi_waiters leftmost caching Davidlohr Bueso <dave@stgolabs.net> - 2017-06-08 20:10 +0200
csiph-web