lib/maple_tree.c: fix build error due to hotfix alteration
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 13 Dec 2023 20:59:49 +0000 (12:59 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 20 Dec 2023 22:48:11 +0000 (14:48 -0800)
commit5143eecd2af2b5424f7b96d53f17bb4718e46bd3
tree23f99c44b9f807edf125f92f700e642d7e827122
parenta721aeac8bc2cade37e68ea195f28d2ed28c1130
lib/maple_tree.c: fix build error due to hotfix alteration

Commit 0de56e38b307 ("maple_tree: use maple state end for write
operations") was broken by a later patch "maple_tree: do not preallocate
nodes for slot stores".  But the later patch was scheduled ahead of
0de56e38b307, for 6.7-rc.

This fixlet undoes the damage.

Fixes: 0de56e38b307 ("maple_tree: use maple state end for write operations")
Cc: Liam R. Howlett <Liam.Howlett@oracle.com>
Cc: Sidhartha Kumar <sidhartha.kumar@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/maple_tree.c