From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758922AbbLBQqV (ORCPT ); Wed, 2 Dec 2015 11:46:21 -0500 Received: from outbound-smtp04.blacknight.com ([81.17.249.35]:42115 "EHLO outbound-smtp04.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755985AbbLBQqU (ORCPT ); Wed, 2 Dec 2015 11:46:20 -0500 Date: Wed, 2 Dec 2015 16:46:11 +0000 From: Mel Gorman To: Geliang Tang Cc: Andrew Morton , Vlastimil Babka , Michal Hocko , David Rientjes , Joonsoo Kim , "Kirill A. Shutemov" , Johannes Weiner , Alexander Duyck , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] mm/page_alloc.c: use list_{first,last}_entry instead of list_entry Message-ID: <20151202164611.GE2015@techsingularity.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 02, 2015 at 11:12:40PM +0800, Geliang Tang wrote: > To make the intention clearer, use list_{first,last}_entry instead > of list_entry. > > Signed-off-by: Geliang Tang Acked-by: Mel Gorman -- Mel Gorman SUSE Labs