commit | f82cd2f0b5eb715b1a296e20b34da7d296b6e9a4 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Tue Aug 18 09:05:56 2020 -0400 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Tue Oct 13 08:41:26 2020 -0400 |
tree | d932395ef576740b64fc24e9be268fe00ecbc56a | |
parent | 8446466c9dd645da4c1848f35ffd0fc1df3524ee [diff] |
XArray: Add private interface for workingset node deletion Move the tricky bits of dealing with the XArray from the workingset code to the XArray. Make it clear in the documentation that this is a private interface, and only export it for the benefit of the test suite. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>