From: Uladzislau Rezki <urezki@gmail.com>
To: Bang Li <libang.linuxer@gmail.com>
Cc: akpm@linux-foundation.org, urezki@gmail.com,
lpf.vector@gmail.com, linux-mm@kvack.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mm/vmalloc: fix comments about vmap_area struct
Date: Mon, 7 Mar 2022 16:47:59 +0100 [thread overview]
Message-ID: <YiYpL3I/OrPJPWXo@pc638.lan> (raw)
In-Reply-To: <20220305011510.33596-1-libang.linuxer@gmail.com>
On Sat, Mar 05, 2022 at 09:15:10AM +0800, Bang Li wrote:
> the vmap_area_root should be in the "busy" tree and the free_vmap_area_root
> should be in the "free" tree.
>
> Fixes: 688fcbfc06e4 ("mm/vmalloc: modify struct vmap_area to reduce its size")
> Signed-off-by: Bang Li <libang.linuxer@gmail.com>
> ---
> include/linux/vmalloc.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/linux/vmalloc.h b/include/linux/vmalloc.h
> index 880227b9f044..05065915edd7 100644
> --- a/include/linux/vmalloc.h
> +++ b/include/linux/vmalloc.h
> @@ -80,8 +80,8 @@ struct vmap_area {
> /*
> * The following two variables can be packed, because
> * a vmap_area object can be either:
> - * 1) in "free" tree (root is vmap_area_root)
> - * 2) or "busy" tree (root is free_vmap_area_root)
> + * 1) in "free" tree (root is free_vmap_area_root)
> + * 2) or "busy" tree (root is vmap_area_root)
> */
> union {
> unsigned long subtree_max_size; /* in "free" tree */
> --
> 2.25.1
>
Agree, those comments were messed up.
Reviewed-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
--
Vlad Rezki
prev parent reply other threads:[~2022-03-07 15:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-05 1:15 Bang Li
2022-03-07 15:47 ` Uladzislau Rezki [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YiYpL3I/OrPJPWXo@pc638.lan \
--to=urezki@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=libang.linuxer@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=lpf.vector@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox