From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933061Ab2ASUyC (ORCPT ); Thu, 19 Jan 2012 15:54:02 -0500 Received: from mail-iy0-f174.google.com ([209.85.210.174]:43812 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932718Ab2ASUyA (ORCPT ); Thu, 19 Jan 2012 15:54:00 -0500 Date: Thu, 19 Jan 2012 12:53:55 -0800 From: Tejun Heo To: Hugh Dickins Cc: Eric Dumazet , Li Zefan , Andrew Morton , Manfred Spraul , KAMEZAWA Hiroyuki , Johannes Weiner , Ying Han , Greg Thelen , cgroups@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] memcg: let css_get_next() rely upon rcu_read_lock() Message-ID: <20120119205355.GJ5198@google.com> References: <1326958401.1113.22.camel@edumazet-laptop> <1326979818.2249.12.camel@edumazet-HP-Compaq-6005-Pro-SFF-PC> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 19, 2012 at 12:51:47PM -0800, Hugh Dickins wrote: > Remove lock and unlock around css_get_next()'s call to idr_get_next(). > memcg iterators (only users of css_get_next) already did rcu_read_lock(), > and its comment demands that; but add a WARN_ON_ONCE to make sure of it. > > Signed-off-by: Hugh Dickins > Acked-by: KAMEZAWA Hiroyuki > Acked-by: Li Zefan All three look good to me, Acked-by: Tejun Heo Thanks. -- tejun