commit | 84e5acb76dacb8ebd648a86a53907ce0dd616534 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Fri Oct 26 14:41:29 2018 -0400 |
committer | Matthew Wilcox <willy@infradead.org> | Mon Nov 05 16:38:09 2018 -0500 |
tree | 21bd8958fbf6ae3c7195931876037fc174ea5ce7 | |
parent | 9c16bb88905456a9b1299338041f05fa7699971b [diff] |
XArray: Add xa_store_bh() and xa_store_irq() These convenience wrappers disable interrupts while taking the spinlock. A number of drivers would otherwise have to open-code these functions. Signed-off-by: Matthew Wilcox <willy@infradead.org>