From: Minchan Kim <minchan@kernel.org>
To: Ganesh Mahendran <opensource.ganesh@gmail.com>
Cc: ngupta@vflare.org, sjennings@variantweb.net, ddstreet@ieee.org,
akpm@linux-foundation.org, linux-mm@kvack.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] mm/zpool: add name argument to create zpool
Date: Mon, 29 Dec 2014 08:56:37 +0900 [thread overview]
Message-ID: <20141228235637.GA27095@bbox> (raw)
In-Reply-To: <1419599095-4382-1-git-send-email-opensource.ganesh@gmail.com>
On Fri, Dec 26, 2014 at 09:04:55PM +0800, Ganesh Mahendran wrote:
> Currently the underlay of zpool: zsmalloc/zbud, do not know
> who creates them. There is not a method to let zsmalloc/zbud
> find which caller they belogs to.
>
> Now we want to add statistics collection in zsmalloc. We need
> to name the debugfs dir for each pool created. The way suggested
> by Minchan Kim is to use a name passed by caller(such as zram)
> to create the zsmalloc pool.
> /sys/kernel/debug/zsmalloc/zram0
>
> This patch adds a argument *name* to zs_create_pool() and other
> related functions.
>
> Signed-off-by: Ganesh Mahendran <opensource.ganesh@gmail.com>
Acked-by: Minchan Kim <minchan@kernel.org>
--
Kind regards,
Minchan Kim
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
WARNING: multiple messages have this Message-ID (diff)
From: Minchan Kim <minchan@kernel.org>
To: Ganesh Mahendran <opensource.ganesh@gmail.com>
Cc: ngupta@vflare.org, sjennings@variantweb.net, ddstreet@ieee.org,
akpm@linux-foundation.org, linux-mm@kvack.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] mm/zpool: add name argument to create zpool
Date: Mon, 29 Dec 2014 08:56:37 +0900 [thread overview]
Message-ID: <20141228235637.GA27095@bbox> (raw)
In-Reply-To: <1419599095-4382-1-git-send-email-opensource.ganesh@gmail.com>
On Fri, Dec 26, 2014 at 09:04:55PM +0800, Ganesh Mahendran wrote:
> Currently the underlay of zpool: zsmalloc/zbud, do not know
> who creates them. There is not a method to let zsmalloc/zbud
> find which caller they belogs to.
>
> Now we want to add statistics collection in zsmalloc. We need
> to name the debugfs dir for each pool created. The way suggested
> by Minchan Kim is to use a name passed by caller(such as zram)
> to create the zsmalloc pool.
> /sys/kernel/debug/zsmalloc/zram0
>
> This patch adds a argument *name* to zs_create_pool() and other
> related functions.
>
> Signed-off-by: Ganesh Mahendran <opensource.ganesh@gmail.com>
Acked-by: Minchan Kim <minchan@kernel.org>
--
Kind regards,
Minchan Kim
next prev parent reply other threads:[~2014-12-28 23:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-26 13:04 [PATCH 1/2] mm/zpool: add name argument to create zpool Ganesh Mahendran
2014-12-26 13:04 ` Ganesh Mahendran
2014-12-28 23:56 ` Minchan Kim [this message]
2014-12-28 23:56 ` Minchan Kim
2015-01-06 2:19 ` Dan Streetman
2015-01-06 2:19 ` Dan Streetman
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=20141228235637.GA27095@bbox \
--to=minchan@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=ddstreet@ieee.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=ngupta@vflare.org \
--cc=opensource.ganesh@gmail.com \
--cc=sjennings@variantweb.net \
/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.