From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752741AbbIKMOw (ORCPT ); Fri, 11 Sep 2015 08:14:52 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:35604 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751677AbbIKMOv (ORCPT ); Fri, 11 Sep 2015 08:14:51 -0400 Date: Fri, 11 Sep 2015 21:13:43 +0900 From: Sergey Senozhatsky To: Sergey Senozhatsky Cc: Andrew Morton , Seth Jennings , Dan Streetman , Minchan Kim , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Sergey Senozhatsky Subject: Re: [PATCH 0/2] mm:constify zpool/zs_pool char members Message-ID: <20150911121343.GA521@swordfish> References: <1441885718-32580-1-git-send-email-sergey.senozhatsky@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1441885718-32580-1-git-send-email-sergey.senozhatsky@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 >