From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965068AbcFNBPa (ORCPT ); Mon, 13 Jun 2016 21:15:30 -0400 Received: from mail-pf0-f174.google.com ([209.85.192.174]:35630 "EHLO mail-pf0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753633AbcFNBP3 (ORCPT ); Mon, 13 Jun 2016 21:15:29 -0400 Date: Tue, 14 Jun 2016 10:15:28 +0900 From: Sergey Senozhatsky To: Minchan Kim Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Sergey Senozhatsky Subject: Re: [PATCH] zsmalloc: keep first object offset in struct page Message-ID: <20160614011528.GA387@swordfish> References: <1465788015-23195-1-git-send-email-minchan@kernel.org> <20160613033718.GA23754@bbox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160613033718.GA23754@bbox> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (06/13/16 12:37), Minchan Kim wrote: > > Please fold it to zsmalloc: page migration support. I like the change and the removal of get_first_obj_offset(). thanks. -ss