OSDN Git Service

XArray: Export __xa_foo to non-GPL modules
authorMatthew Wilcox <willy@infradead.org>
Fri, 2 Nov 2018 02:52:06 +0000 (22:52 -0400)
committerMatthew Wilcox <willy@infradead.org>
Mon, 5 Nov 2018 19:56:58 +0000 (14:56 -0500)
commit9ee5a3b7eeb190eb413e0fac3246022bd1baa05d
treed80df36044615703a53ef165e13f1e16d7ca3db5
parent8229706e03e4147f3e22d1de0d30630cde6d18a9
XArray: Export __xa_foo to non-GPL modules

Without this, it's not possible to use static inlines like xa_store_bh()
and xa_erase_irq().

Signed-off-by: Matthew Wilcox <willy@infradead.org>
lib/xarray.c