]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Rename mas_pause() to mas_invalidate() v6.1-rc5_vmi
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 25 Nov 2022 19:30:29 +0000 (14:30 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Mon, 28 Nov 2022 21:01:45 +0000 (16:01 -0500)
commitea836d9e22f5d864ce3fbe6a2ade0b8073b62328
treedd21ef0be3a65d4024547dde18f91b9f4a89963d
parent1f9e8d47327728d4d206cae9832ef8843627f4f5
maple_tree: Rename mas_pause() to mas_invalidate()

Change the name of mas_pause() to better reflect the maple state could
be invalid.  mas_invalidate() sets the internal node to MAS_INVALID
which will continue from the current index and last for the next maple
state operation.

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Documentation/core-api/maple_tree.rst
include/linux/maple_tree.h
include/linux/mm.h
lib/maple_tree.c
lib/test_maple_tree.c
tools/testing/radix-tree/maple.c