Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751421AbcDQOKz (ORCPT ); Sun, 17 Apr 2016 10:10:55 -0400 Received: from mail-pa0-f66.google.com ([209.85.220.66]:35174 "EHLO mail-pa0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751232AbcDQOKx (ORCPT ); Sun, 17 Apr 2016 10:10:53 -0400 Date: Mon, 18 Apr 2016 00:08:34 +0900 From: Sergey Senozhatsky To: Minchan Kim Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org, jlayton@poochiereds.net, bfields@fieldses.org, Vlastimil Babka , Joonsoo Kim , koct9i@gmail.com, aquini@redhat.com, virtualization@lists.linux-foundation.org, Mel Gorman , Hugh Dickins , Sergey Senozhatsky , Rik van Riel , rknize@motorola.com, Gioh Kim , Sangseok Lee , Chan Gyun Jeong , Al Viro , YiPing Xu Subject: Re: [PATCH v3 05/16] zsmalloc: keep max_object in size_class Message-ID: <20160417150834.GB575@swordfish> References: <1459321935-3655-1-git-send-email-minchan@kernel.org> <1459321935-3655-6-git-send-email-minchan@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459321935-3655-6-git-send-email-minchan@kernel.org> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 225 Lines: 11 Hello, On (03/30/16 16:12), Minchan Kim wrote: > > Every zspage in a size_class has same number of max objects so > we could move it to a size_class. > Reviewed-by: Sergey Senozhatsky -ss