From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752197AbaEFSsM (ORCPT ); Tue, 6 May 2014 14:48:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55545 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751825AbaEFSsK (ORCPT ); Tue, 6 May 2014 14:48:10 -0400 Message-ID: <53692E61.7040207@redhat.com> Date: Tue, 06 May 2014 14:48:01 -0400 From: Rik van Riel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Mel Gorman , Linux-MM , Linux-FSDevel CC: Johannes Weiner , Vlastimil Babka , Jan Kara , Michal Hocko , Hugh Dickins , Linux Kernel Subject: Re: [PATCH 10/17] mm: page_alloc: Lookup pageblock migratetype with IRQs enabled during free References: <1398933888-4940-1-git-send-email-mgorman@suse.de> <1398933888-4940-11-git-send-email-mgorman@suse.de> In-Reply-To: <1398933888-4940-11-git-send-email-mgorman@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/01/2014 04:44 AM, Mel Gorman wrote: > get_pageblock_migratetype() is called during free with IRQs disabled. This > is unnecessary and disables IRQs for longer than necessary. > > Signed-off-by: Mel Gorman Acked-by: Rik van Riel -- All rights reversed From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qa0-f54.google.com (mail-qa0-f54.google.com [209.85.216.54]) by kanga.kvack.org (Postfix) with ESMTP id 4DA066B003B for ; Tue, 6 May 2014 14:48:09 -0400 (EDT) Received: by mail-qa0-f54.google.com with SMTP id j15so3836060qaq.13 for ; Tue, 06 May 2014 11:48:09 -0700 (PDT) Received: from mx1.redhat.com (mx1.redhat.com. [209.132.183.28]) by mx.google.com with ESMTP id d5si5566707qad.247.2014.05.06.11.48.06 for ; Tue, 06 May 2014 11:48:06 -0700 (PDT) Message-ID: <53692E61.7040207@redhat.com> Date: Tue, 06 May 2014 14:48:01 -0400 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [PATCH 10/17] mm: page_alloc: Lookup pageblock migratetype with IRQs enabled during free References: <1398933888-4940-1-git-send-email-mgorman@suse.de> <1398933888-4940-11-git-send-email-mgorman@suse.de> In-Reply-To: <1398933888-4940-11-git-send-email-mgorman@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Mel Gorman , Linux-MM , Linux-FSDevel Cc: Johannes Weiner , Vlastimil Babka , Jan Kara , Michal Hocko , Hugh Dickins , Linux Kernel On 05/01/2014 04:44 AM, Mel Gorman wrote: > get_pageblock_migratetype() is called during free with IRQs disabled. This > is unnecessary and disables IRQs for longer than necessary. > > Signed-off-by: Mel Gorman Acked-by: Rik van Riel -- All rights reversed -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org