From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [PATCH 3/6] cgroup: clean up cgroup_subsys names and initialization Date: Wed, 29 Jan 2014 11:46:48 +0100 Message-ID: <20140129104648.GC9636@twins.programming.kicks-ass.net> References: <1390952641-15950-1-git-send-email-tj@kernel.org> <1390952641-15950-4-git-send-email-tj@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1390952641-15950-4-git-send-email-tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Tejun Heo Cc: "Serge E. Hallyn" , containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, "Rafael J. Wysocki" , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Vivek Goyal , Michal Hocko , Johannes Weiner , Thomas Graf , cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Ingo Molnar On Tue, Jan 28, 2014 at 06:43:58PM -0500, Tejun Heo wrote: > * With the above, renaming subsys identifiers to match the userland > visible names doesn't cause any naming conflicts. All non-matching > identifiers are renamed to match the official names. > > cpu_cgroup -> cpu > perf -> perf_event > > Cc: Ingo Molnar Acked-by: Peter Zijlstra From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751466AbaA2KrO (ORCPT ); Wed, 29 Jan 2014 05:47:14 -0500 Received: from merlin.infradead.org ([205.233.59.134]:47192 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750882AbaA2KrM (ORCPT ); Wed, 29 Jan 2014 05:47:12 -0500 Date: Wed, 29 Jan 2014 11:46:48 +0100 From: Peter Zijlstra To: Tejun Heo Cc: lizefan@huawei.com, containers@lists.linux-foundation.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, Ingo Molnar , Johannes Weiner , Michal Hocko , Balbir Singh , KAMEZAWA Hiroyuki , Aristeu Rozanski , "Serge E. Hallyn" , "Rafael J. Wysocki" , Vivek Goyal , Thomas Graf Subject: Re: [PATCH 3/6] cgroup: clean up cgroup_subsys names and initialization Message-ID: <20140129104648.GC9636@twins.programming.kicks-ass.net> References: <1390952641-15950-1-git-send-email-tj@kernel.org> <1390952641-15950-4-git-send-email-tj@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1390952641-15950-4-git-send-email-tj@kernel.org> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 28, 2014 at 06:43:58PM -0500, Tejun Heo wrote: > * With the above, renaming subsys identifiers to match the userland > visible names doesn't cause any naming conflicts. All non-matching > identifiers are renamed to match the official names. > > cpu_cgroup -> cpu > perf -> perf_event > > Cc: Ingo Molnar Acked-by: Peter Zijlstra