Files
android_kernel_fxtec_sm6115/mm
Matthew Wilcox e33d7cf406 UPSTREAM: mm: Convert workingset to XArray
We construct an XA_STATE and use it to delete the node with
xas_store() rather than adding a special function for this unique
use case.  Includes a test that simulates this usage for the
test suite.

Change-Id: Ie0562e2e12a140c8d83054665850156caf880b4a
Signed-off-by: Matthew Wilcox <willy@infradead.org>
2026-05-31 11:15:38 +01:00
..