XArray: Unify xa_store and __xa_store
authorMatthew Wilcox <willy@infradead.org>
Mon, 5 Nov 2018 20:56:17 +0000 (15:56 -0500)
committerMatthew Wilcox <willy@infradead.org>
Mon, 5 Nov 2018 21:38:09 +0000 (16:38 -0500)
commit611f318637daa5710a1d7a0e7dc6cda23914094a
tree1139c48d66cce0af796b33d402e6bdefbc3e4f15
parent84e5acb76dacb8ebd648a86a53907ce0dd616534
XArray: Unify xa_store and __xa_store

Saves around 115 bytes on a tinyconfig build and reduces the amount
of code duplication in the XArray implementation.

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