All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
To: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Seth Jennings <sjennings@variantweb.net>,
	Dan Streetman <ddstreet@ieee.org>,
	Minchan Kim <minchan@kernel.org>,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org,
	Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
Subject: Re: [PATCH 0/2] mm:constify zpool/zs_pool char members
Date: Fri, 11 Sep 2015 21:13:43 +0900	[thread overview]
Message-ID: <20150911121343.GA521@swordfish> (raw)
In-Reply-To: <1441885718-32580-1-git-send-email-sergey.senozhatsky@gmail.com>

On (09/10/15 20:48), Sergey Senozhatsky wrote:
> Two trivial patches to constify zs_pool and zpool ->name and ->type
> members and functions' signatures that set/return them.
> 

oh.. um.. somehow linux-next 20150910 contained zpool_has_pool()
function, which I can't find any more. I'll resend the patch set.

	-ss

> Sergey SENOZHATSKY (2):
>   mm:zpool: constify struct zpool type
>   mm:zsmalloc: constify struct zs_pool name
> 
>  include/linux/zpool.h    | 12 +++++++-----
>  include/linux/zsmalloc.h |  2 +-
>  mm/zbud.c                |  2 +-
>  mm/zpool.c               | 12 ++++++------
>  mm/zsmalloc.c            | 10 +++++-----
>  5 files changed, 20 insertions(+), 18 deletions(-)
> 
> -- 
> 2.5.1
> 

--
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: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
To: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Seth Jennings <sjennings@variantweb.net>,
	Dan Streetman <ddstreet@ieee.org>,
	Minchan Kim <minchan@kernel.org>,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org,
	Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
Subject: Re: [PATCH 0/2] mm:constify zpool/zs_pool char members
Date: Fri, 11 Sep 2015 21:13:43 +0900	[thread overview]
Message-ID: <20150911121343.GA521@swordfish> (raw)
In-Reply-To: <1441885718-32580-1-git-send-email-sergey.senozhatsky@gmail.com>

On (09/10/15 20:48), Sergey Senozhatsky wrote:
> Two trivial patches to constify zs_pool and zpool ->name and ->type
> members and functions' signatures that set/return them.
> 

oh.. um.. somehow linux-next 20150910 contained zpool_has_pool()
function, which I can't find any more. I'll resend the patch set.

	-ss

> Sergey SENOZHATSKY (2):
>   mm:zpool: constify struct zpool type
>   mm:zsmalloc: constify struct zs_pool name
> 
>  include/linux/zpool.h    | 12 +++++++-----
>  include/linux/zsmalloc.h |  2 +-
>  mm/zbud.c                |  2 +-
>  mm/zpool.c               | 12 ++++++------
>  mm/zsmalloc.c            | 10 +++++-----
>  5 files changed, 20 insertions(+), 18 deletions(-)
> 
> -- 
> 2.5.1
> 

  parent reply	other threads:[~2015-09-11 12:14 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-10 11:48 [PATCH 0/2] mm:constify zpool/zs_pool char members Sergey Senozhatsky
2015-09-10 11:48 ` Sergey Senozhatsky
2015-09-10 11:48 ` [PATCH 1/2] mm:zpool: constify struct zpool type Sergey Senozhatsky
2015-09-10 11:48   ` Sergey Senozhatsky
2015-09-11 22:21   ` Andrew Morton
2015-09-11 22:21     ` Andrew Morton
2015-09-12  0:29     ` Sergey Senozhatsky
2015-09-12  0:29       ` Sergey Senozhatsky
2015-09-10 11:48 ` [PATCH 2/2] mm:zsmalloc: constify struct zs_pool name Sergey Senozhatsky
2015-09-10 11:48   ` Sergey Senozhatsky
2015-09-11 12:13 ` Sergey Senozhatsky [this message]
2015-09-11 12:13   ` [PATCH 0/2] mm:constify zpool/zs_pool char members Sergey Senozhatsky

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=20150911121343.GA521@swordfish \
    --to=sergey.senozhatsky@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=ddstreet@ieee.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=minchan@kernel.org \
    --cc=sergey.senozhatsky.work@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.