From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751368AbdHAGyF (ORCPT ); Tue, 1 Aug 2017 02:54:05 -0400 Received: from LGEAMRELO11.lge.com ([156.147.23.51]:37647 "EHLO lgeamrelo11.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750763AbdHAGyE (ORCPT ); Tue, 1 Aug 2017 02:54:04 -0400 X-Original-SENDERIP: 156.147.1.151 X-Original-MAILFROM: minchan@kernel.org X-Original-SENDERIP: 10.177.220.163 X-Original-MAILFROM: minchan@kernel.org Date: Tue, 1 Aug 2017 15:54:02 +0900 From: Minchan Kim To: Matthias Kaehlcke Cc: Nitin Gupta , Sergey Senozhatsky , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Doug Anderson Subject: Re: [PATCH] mm/zsmalloc: Change stat type parameter to int Message-ID: <20170801065402.GC19932@bbox> References: <20170731175000.56538-1-mka@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170731175000.56538-1-mka@chromium.org> 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 Mon, Jul 31, 2017 at 10:50:00AM -0700, Matthias Kaehlcke wrote: > zs_stat_inc/dec/get() uses enum zs_stat_type for the stat type, however > some callers pass an enum fullness_group value. Change the type to int > to reflect the actual use of the functions and get rid of > 'enum-conversion' warnings Maybe clang? > > Signed-off-by: Matthias Kaehlcke Anyway, Acked-by: Minchan Kim Thanks!