]> git.ipfire.org Git - thirdparty/linux.git/commit - lib/test_xarray.c
XArray: Add private interface for workingset node deletion
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 18 Aug 2020 13:05:56 +0000 (09:05 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 13 Oct 2020 12:41:26 +0000 (08:41 -0400)
commitf82cd2f0b5eb715b1a296e20b34da7d296b6e9a4
treed932395ef576740b64fc24e9be268fe00ecbc56a
parent8446466c9dd645da4c1848f35ffd0fc1df3524ee
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>
include/linux/xarray.h
lib/test_xarray.c
lib/xarray.c
mm/workingset.c