diff options
author | Steve Hodgson <steve@purestorage.com> | 2012-01-10 15:09:47 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-10 16:30:49 -0800 |
commit | 96b62067f970ff529c98913311d33f4b57b453dc (patch) | |
tree | 4e696c155b2cce6fd0068a9be2a0c09e42bb38d6 /kernel/irq_work.c | |
parent | c957b614bde8539416dcde8d702370ff30b1c662 (diff) | |
download | linux-96b62067f970ff529c98913311d33f4b57b453dc.tar.bz2 |
btree: export btree_get_prev() so modules can use btree_for_each
The btree_for_each API is implemented with macros that internally call
btree_get_prev(), so if btree_get_prev() isn't exported then modules fail
to link if they try to use one of the btree_for_each macros. Since the
rest of the btree API is exported, we should keep things orthogonal and
make this work too.
Signed-off-by: Roland Dreier <roland@purestorage.com>
Signed-off-by: Steve Hodgson <steve@purestorage.com>
Acked-by: Joern Engel <joern@logfs.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/irq_work.c')
0 files changed, 0 insertions, 0 deletions