From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755659Ab3HBTiw (ORCPT ); Fri, 2 Aug 2013 15:38:52 -0400 Received: from mail-gh0-f172.google.com ([209.85.160.172]:50060 "EHLO mail-gh0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754066Ab3HBTiu (ORCPT ); Fri, 2 Aug 2013 15:38:50 -0400 Date: Fri, 2 Aug 2013 15:38:45 -0400 From: Tejun Heo To: Michal Hocko Cc: lizefan@huawei.com, containers@lists.linux-foundation.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Zijlstra , Ingo Molnar , Johannes Weiner , Balbir Singh , Aristeu Rozanski , Matt Helsley , Daniel Wagner , Vivek Goyal , Jens Axboe , Steven Rostedt Subject: Re: [PATCH 08/23] cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods Message-ID: <20130802193845.GD29736@mtj.dyndns.org> References: <1375393801-4817-1-git-send-email-tj@kernel.org> <1375393801-4817-9-git-send-email-tj@kernel.org> <20130802131901.GB25432@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130802131901.GB25432@dhcp22.suse.cz> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 02, 2013 at 03:19:01PM +0200, Michal Hocko wrote: > mem_cgroup_from_cont can go away now as well. Do you plan to remove it > in the series or later on? IIRC, vmpressure still uses the accessor. It'll get removed later when all the usages are gone. Thanks. -- tejun