commit | 9c16bb88905456a9b1299338041f05fa7699971b | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Mon Nov 05 15:48:49 2018 -0500 |
committer | Matthew Wilcox <willy@infradead.org> | Mon Nov 05 16:38:09 2018 -0500 |
tree | 9396efce15dc79286b590c5740397f7f2bcc13c1 | |
parent | c5beb07e7a06b24f4f27304f6282b5dbd929543b [diff] |
XArray: Turn xa_erase into an exported function Make xa_erase() take the spinlock and then call __xa_erase(), but make it out of line since it's such a common function. Signed-off-by: Matthew Wilcox <willy@infradead.org>