From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Davydov Subject: Re: [PATCH 2/5] mm: workingset: #define radix entry eviction mask Date: Wed, 27 Jan 2016 17:32:13 +0300 Message-ID: <20160127143213.GB9623@esperanza> References: <1453842006-29265-1-git-send-email-hannes@cmpxchg.org> <1453842006-29265-3-git-send-email-hannes@cmpxchg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Content-Disposition: inline In-Reply-To: <1453842006-29265-3-git-send-email-hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Transfer-Encoding: 7bit To: Johannes Weiner Cc: Andrew Morton , Michal Hocko , linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kernel-team-b10kYP2dOMg@public.gmane.org On Tue, Jan 26, 2016 at 04:00:03PM -0500, Johannes Weiner wrote: > This is a compile-time constant, no need to calculate it on refault. > > Signed-off-by: Johannes Weiner Reviewed-by: Vladimir Davydov From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f170.google.com (mail-pf0-f170.google.com [209.85.192.170]) by kanga.kvack.org (Postfix) with ESMTP id CBBEC6B0005 for ; Wed, 27 Jan 2016 09:32:24 -0500 (EST) Received: by mail-pf0-f170.google.com with SMTP id x125so5868812pfb.0 for ; Wed, 27 Jan 2016 06:32:24 -0800 (PST) Received: from mx2.parallels.com (mx2.parallels.com. [199.115.105.18]) by mx.google.com with ESMTPS id lo7si2918294pab.51.2016.01.27.06.32.24 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Jan 2016 06:32:24 -0800 (PST) Date: Wed, 27 Jan 2016 17:32:13 +0300 From: Vladimir Davydov Subject: Re: [PATCH 2/5] mm: workingset: #define radix entry eviction mask Message-ID: <20160127143213.GB9623@esperanza> References: <1453842006-29265-1-git-send-email-hannes@cmpxchg.org> <1453842006-29265-3-git-send-email-hannes@cmpxchg.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1453842006-29265-3-git-send-email-hannes@cmpxchg.org> Sender: owner-linux-mm@kvack.org List-ID: To: Johannes Weiner Cc: Andrew Morton , Michal Hocko , linux-mm@kvack.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com On Tue, Jan 26, 2016 at 04:00:03PM -0500, Johannes Weiner wrote: > This is a compile-time constant, no need to calculate it on refault. > > Signed-off-by: Johannes Weiner Reviewed-by: Vladimir Davydov -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933115AbcA0OcZ (ORCPT ); Wed, 27 Jan 2016 09:32:25 -0500 Received: from mx2.parallels.com ([199.115.105.18]:60370 "EHLO mx2.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932502AbcA0OcX (ORCPT ); Wed, 27 Jan 2016 09:32:23 -0500 Date: Wed, 27 Jan 2016 17:32:13 +0300 From: Vladimir Davydov To: Johannes Weiner CC: Andrew Morton , Michal Hocko , , , , Subject: Re: [PATCH 2/5] mm: workingset: #define radix entry eviction mask Message-ID: <20160127143213.GB9623@esperanza> References: <1453842006-29265-1-git-send-email-hannes@cmpxchg.org> <1453842006-29265-3-git-send-email-hannes@cmpxchg.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1453842006-29265-3-git-send-email-hannes@cmpxchg.org> X-ClientProxiedBy: US-EXCH2.sw.swsoft.com (10.255.249.46) To US-EXCH.sw.swsoft.com (10.255.249.47) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 26, 2016 at 04:00:03PM -0500, Johannes Weiner wrote: > This is a compile-time constant, no need to calculate it on refault. > > Signed-off-by: Johannes Weiner Reviewed-by: Vladimir Davydov