From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752169AbbHaBaO (ORCPT ); Sun, 30 Aug 2015 21:30:14 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:35152 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751727AbbHaBaM (ORCPT ); Sun, 30 Aug 2015 21:30:12 -0400 Date: Mon, 31 Aug 2015 10:30:52 +0900 From: Sergey Senozhatsky To: "Kirill A. Shutemov" Cc: Andrew Morton , Hugh Dickins , Andrea Arcangeli , Dave Hansen , Vlastimil Babka , Johannes Weiner , Michal Hocko , David Rientjes , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCHv4 3/7] zsmalloc: use page->private instead of page->first_page Message-ID: <20150831013052.GA2168@swordfish> References: <1440683961-32839-1-git-send-email-kirill.shutemov@linux.intel.com> <1440683961-32839-4-git-send-email-kirill.shutemov@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1440683961-32839-4-git-send-email-kirill.shutemov@linux.intel.com> User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (08/27/15 16:59), Kirill A. Shutemov wrote: > We are going to rework how compound_head() work. It will not use > page->first_page as we have it now. > > The only other user of page->first_page beyond compound pages is > zsmalloc. > > Let's use page->private instead of page->first_page here. It occupies > the same storage space. > > Signed-off-by: Kirill A. Shutemov > Acked-by: Vlastimil Babka Reviewed-by: Sergey Senozhatsky -ss