The quilt patch titled Subject: maple_tree: correct comment for mas_start() has been removed from the -mm tree. Its filename was maple_tree-correct-comment-for-mas_start.patch This patch was dropped because it was merged into the mm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: I Hsin Cheng <richard120310@xxxxxxxxx> Subject: maple_tree: correct comment for mas_start() Date: Mon, 10 Feb 2025 02:10:23 +0800 There's no mas->status of "mas_start", what the function is checking is whether mas->status equals to "ma_start". Correct the comment for the function. Link: https://lkml.kernel.org/r/20250209181023.228856-1-richard120310@xxxxxxxxx Signed-off-by: I Hsin Cheng <richard120310@xxxxxxxxx> Reviewed-by: Liam R. Howlett <howlett@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/maple_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/maple_tree.c~maple_tree-correct-comment-for-mas_start +++ a/lib/maple_tree.c @@ -1353,7 +1353,7 @@ static void mas_node_count(struct ma_sta * mas_start() - Sets up maple state for operations. * @mas: The maple state. * - * If mas->status == mas_start, then set the min, max and depth to + * If mas->status == ma_start, then set the min, max and depth to * defaults. * * Return: _ Patches currently in -mm which might be from richard120310@xxxxxxxxx are lib-plistc-add-shortcut-for-plist_requeue.patch