From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964936AbbLRRpP (ORCPT ); Fri, 18 Dec 2015 12:45:15 -0500 Received: from mail-yk0-f171.google.com ([209.85.160.171]:33635 "EHLO mail-yk0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932091AbbLRRpK (ORCPT ); Fri, 18 Dec 2015 12:45:10 -0500 Date: Fri, 18 Dec 2015 12:45:08 -0500 From: Tejun Heo To: Johannes Weiner Cc: cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCH 2/2] cgroup: put controller Kconfig options in meaningful order Message-ID: <20151218174508.GL4026@mtj.duckdns.org> References: <1450390797-4748-1-git-send-email-hannes@cmpxchg.org> <1450390797-4748-3-git-send-email-hannes@cmpxchg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1450390797-4748-3-git-send-email-hannes@cmpxchg.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 17, 2015 at 05:19:57PM -0500, Johannes Weiner wrote: > To make it easier to quickly find what's needed list the basic > resource controllers of cgroup2 first - io, memory, cpu - while > pushing the more exotic and/or legacy controllers to the bottom. > > Signed-off-by: Johannes Weiner Applied 1-2 to cgroup/for-4.5 w/ Li's suggestion applied. Thanks. -- tejun