commit | 4c0608f4a0e76dfb82d3accd20081f4bf47ed143 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Tue Oct 30 09:45:55 2018 -0400 |
committer | Matthew Wilcox <willy@infradead.org> | Mon Nov 05 16:38:08 2018 -0500 |
tree | 54a22dbdebdd23830ea5c9f88c78cdc8567f2fef | |
parent | fe2b51145c9ffd5a49013fe180e42e92ef0e6df9 [diff] |
XArray: Regularise xa_reserve The xa_reserve() function was a little unusual in that it attempted to be callable for all kinds of locking scenarios. Make it look like the other APIs with __xa_reserve, xa_reserve_bh and xa_reserve_irq variants. Signed-off-by: Matthew Wilcox <willy@infradead.org>