commit | 55f3f7eab75c10d9b33d122670b5935ab64db50f | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Mon Nov 26 16:08:43 2018 -0500 |
committer | Matthew Wilcox <willy@infradead.org> | Thu Dec 06 08:26:17 2018 -0500 |
tree | 6a601ac3c08993730dfade808fe6806e1bfbf98c | |
parent | eff3860bbfedbac6edac57fb0d7f3a60e860c1c3 [diff] |
XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bh These convenience wrappers match the other _irq and _bh wrappers we already have. It turns out I'd already open-coded xa_cmpxchg_irq() in the shmem code, so convert that. Signed-off-by: Matthew Wilcox <willy@infradead.org>