* [PATCH] maple_tree: fix comment typo on ma_flag of allocation tree
@ 2024-08-09 2:01 Wei Yang
2024-08-14 1:29 ` Liam R. Howlett
0 siblings, 1 reply; 3+ messages in thread
From: Wei Yang @ 2024-08-09 2:01 UTC (permalink / raw)
To: Liam.Howlett; +Cc: maple-tree, linux-mm, Wei Yang
The maple tree flag of allocation tree is MT_FLAGS_ALLOC_RANGE.
Just correct it.
Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
---
include/linux/maple_tree.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/linux/maple_tree.h b/include/linux/maple_tree.h
index a53ad4dabd7e..9c5fd645aa0e 100644
--- a/include/linux/maple_tree.h
+++ b/include/linux/maple_tree.h
@@ -52,9 +52,9 @@
* bit in the node type. This is possible by using bit 1 to indicate if bit 2
* is part of the type or the slot.
*
- * Once the type is decided, the decision of an allocation range type or a range
- * type is done by examining the immutable tree flag for the MAPLE_ALLOC_RANGE
- * flag.
+ * Once the type is decided, the decision of an allocation range type or a
+ * range type is done by examining the immutable tree flag for the
+ * MT_FLAGS_ALLOC_RANGE flag.
*
* Node types:
* 0x??1 = Root
--
2.34.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] maple_tree: fix comment typo on ma_flag of allocation tree
2024-08-09 2:01 [PATCH] maple_tree: fix comment typo on ma_flag of allocation tree Wei Yang
@ 2024-08-14 1:29 ` Liam R. Howlett
2024-09-01 0:39 ` Wei Yang
0 siblings, 1 reply; 3+ messages in thread
From: Liam R. Howlett @ 2024-08-14 1:29 UTC (permalink / raw)
To: Wei Yang; +Cc: maple-tree, linux-mm
* Wei Yang <richard.weiyang@gmail.com> [240808 22:02]:
> The maple tree flag of allocation tree is MT_FLAGS_ALLOC_RANGE.
>
> Just correct it.
>
> Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>
> ---
> include/linux/maple_tree.h | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/include/linux/maple_tree.h b/include/linux/maple_tree.h
> index a53ad4dabd7e..9c5fd645aa0e 100644
> --- a/include/linux/maple_tree.h
> +++ b/include/linux/maple_tree.h
> @@ -52,9 +52,9 @@
> * bit in the node type. This is possible by using bit 1 to indicate if bit 2
> * is part of the type or the slot.
> *
> - * Once the type is decided, the decision of an allocation range type or a range
> - * type is done by examining the immutable tree flag for the MAPLE_ALLOC_RANGE
> - * flag.
> + * Once the type is decided, the decision of an allocation range type or a
> + * range type is done by examining the immutable tree flag for the
> + * MT_FLAGS_ALLOC_RANGE flag.
> *
> * Node types:
> * 0x??1 = Root
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] maple_tree: fix comment typo on ma_flag of allocation tree
2024-08-14 1:29 ` Liam R. Howlett
@ 2024-09-01 0:39 ` Wei Yang
0 siblings, 0 replies; 3+ messages in thread
From: Wei Yang @ 2024-09-01 0:39 UTC (permalink / raw)
To: Andrew Morton, Liam R. Howlett, Wei Yang, maple-tree, linux-mm
On Tue, Aug 13, 2024 at 09:29:32PM -0400, Liam R. Howlett wrote:
>* Wei Yang <richard.weiyang@gmail.com> [240808 22:02]:
>> The maple tree flag of allocation tree is MT_FLAGS_ALLOC_RANGE.
>>
>> Just correct it.
>>
>> Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
>
>Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>
>
Andrew
Sorry for not including you for this thread.
>> ---
>> include/linux/maple_tree.h | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/include/linux/maple_tree.h b/include/linux/maple_tree.h
>> index a53ad4dabd7e..9c5fd645aa0e 100644
>> --- a/include/linux/maple_tree.h
>> +++ b/include/linux/maple_tree.h
>> @@ -52,9 +52,9 @@
>> * bit in the node type. This is possible by using bit 1 to indicate if bit 2
>> * is part of the type or the slot.
>> *
>> - * Once the type is decided, the decision of an allocation range type or a range
>> - * type is done by examining the immutable tree flag for the MAPLE_ALLOC_RANGE
>> - * flag.
>> + * Once the type is decided, the decision of an allocation range type or a
>> + * range type is done by examining the immutable tree flag for the
>> + * MT_FLAGS_ALLOC_RANGE flag.
>> *
>> * Node types:
>> * 0x??1 = Root
>> --
>> 2.34.1
>>
--
Wei Yang
Help you, Help me
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-01 0:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-09 2:01 [PATCH] maple_tree: fix comment typo on ma_flag of allocation tree Wei Yang
2024-08-14 1:29 ` Liam R. Howlett
2024-09-01 0:39 ` Wei Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox