From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754724AbbE1Uoy (ORCPT ); Thu, 28 May 2015 16:44:54 -0400 Received: from mail-qc0-f171.google.com ([209.85.216.171]:35417 "EHLO mail-qc0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754306AbbE1Uor (ORCPT ); Thu, 28 May 2015 16:44:47 -0400 Date: Thu, 28 May 2015 16:44:43 -0400 From: Tejun Heo To: Aleksa Sarai Cc: lizefan@huawei.com, mingo@redhat.com, Peter Zijlstra , richard@nod.at, =?iso-8859-1?Q?Fr=E9d=E9ric?= Weisbecker , linux-kernel@vger.kernel.org, cgroups@vger.kernel.org Subject: Re: [PATCH v12 5/8] cgroup: move enum cgroup_subsys_id definition Message-ID: <20150528204443.GC27479@htj.duckdns.org> References: <1431960667-26593-1-git-send-email-cyphar@cyphar.com> <1431960667-26593-6-git-send-email-cyphar@cyphar.com> <20150518215944.GK24861@htj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 19, 2015 at 11:25:41AM +1000, Aleksa Sarai wrote: > Hi Tejun, > > >> This is in preparation for implementing the pids cgroup subsystem. It is > >> not a functional change and should not change any behavior. > >> > >> Signed-off-by: Aleksa Sarai > > > > I did a big reorg of cgroup.h and split of cgroup-defs.h from it and > > this patch doesn't seem necessary anymore. > > Is it in your tree? Yeap, in for-4.2 branch. Thanks. -- tejun