From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qg0-f49.google.com (mail-qg0-f49.google.com [209.85.192.49]) by kanga.kvack.org (Postfix) with ESMTP id 9C5416B003C for ; Tue, 6 May 2014 14:54:33 -0400 (EDT) Received: by mail-qg0-f49.google.com with SMTP id a108so3044845qge.8 for ; Tue, 06 May 2014 11:54:33 -0700 (PDT) Received: from mx1.redhat.com (mx1.redhat.com. [209.132.183.28]) by mx.google.com with ESMTP id u7si3441727qab.259.2014.05.06.11.54.32 for ; Tue, 06 May 2014 11:54:33 -0700 (PDT) Message-ID: <53692FE4.6000905@redhat.com> Date: Tue, 06 May 2014 14:54:28 -0400 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [PATCH 14/17] mm: Do not use atomic operations when releasing pages References: <1398933888-4940-1-git-send-email-mgorman@suse.de> <1398933888-4940-15-git-send-email-mgorman@suse.de> In-Reply-To: <1398933888-4940-15-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: > There should be no references to it any more and a parallel mark should > not be reordered against us. Use non-locked varient to clear page active. > > 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