From: Matthew Wilcox <willy@infradead.org>
To: xu xin <cgel.zte@gmail.com>
Cc: akpm@linux-foundation.org, corbet@lwn.net, bagasdotme@gmail.com,
adobriyan@gmail.com, hughd@google.com,
linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org,
linux-mm@kvack.org, xu xin <xu.xin16@zte.com.cn>,
Xiaokai Ran <ran.xiaokai@zte.com.cn>,
Yang Yang <yang.yang29@zte.com.cn>
Subject: Re: [PATCH v4 1/2] ksm: count allocated ksm rmap_items for each process
Date: Wed, 24 Aug 2022 13:58:04 +0100 [thread overview]
Message-ID: <YwYgXNJIzNxcVDnp@casper.infradead.org> (raw)
In-Reply-To: <20220824124615.223158-1-xu.xin16@zte.com.cn>
On Wed, Aug 24, 2022 at 12:46:15PM +0000, xu xin wrote:
> #ifdef CONFIG_KSM
> ONE("ksm_merging_pages", S_IRUSR, proc_pid_ksm_merging_pages),
> + ONE("ksm_rmp_items", S_IRUSR, proc_pid_ksm_rmp_items),
You misspelled "rmap" in the file name.
> + /*
> + * Represent how many pages are checked for ksm merging
> + * including merged and not merged.
> + */
> + unsigned long ksm_rmp_items;
Also here.
next prev parent reply other threads:[~2022-08-24 12:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-24 12:45 [PATCH v4 0/2] ksm: count allocated rmap_items and update documentation xu xin
2022-08-24 12:46 ` [PATCH v4 1/2] ksm: count allocated ksm rmap_items for each process xu xin
2022-08-24 12:58 ` Matthew Wilcox [this message]
2022-08-28 18:42 ` Alexey Dobriyan
2022-08-24 12:48 ` [PATCH v4 2/2] ksm: add profit monitoring documentation xu xin
2022-08-24 13:02 ` Bagas Sanjaya
2022-08-24 12:56 ` [PATCH v4 0/2] ksm: count allocated rmap_items and update documentation Matthew Wilcox
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=YwYgXNJIzNxcVDnp@casper.infradead.org \
--to=willy@infradead.org \
--cc=adobriyan@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=bagasdotme@gmail.com \
--cc=cgel.zte@gmail.com \
--cc=corbet@lwn.net \
--cc=hughd@google.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=ran.xiaokai@zte.com.cn \
--cc=xu.xin16@zte.com.cn \
--cc=yang.yang29@zte.com.cn \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.