commit | 611f318637daa5710a1d7a0e7dc6cda23914094a | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Mon Nov 05 15:56:17 2018 -0500 |
committer | Matthew Wilcox <willy@infradead.org> | Mon Nov 05 16:38:09 2018 -0500 |
tree | 1139c48d66cce0af796b33d402e6bdefbc3e4f15 | |
parent | 84e5acb76dacb8ebd648a86a53907ce0dd616534 [diff] |
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>