From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759493Ab3BMB3I (ORCPT ); Tue, 12 Feb 2013 20:29:08 -0500 Received: from LGEMRELSE1Q.lge.com ([156.147.1.111]:62661 "EHLO LGEMRELSE1Q.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752352Ab3BMB3G (ORCPT ); Tue, 12 Feb 2013 20:29:06 -0500 X-AuditID: 9c93016f-b7b1fae000006419-99-511aec5f5bda From: Namhyung Kim To: Ingo Molnar Cc: Clark Williams , Peter Zijlstra , Thomas Gleixner , Steven Rostedt , Ingo Molnar , LKML Subject: Re: [PATCH 0/3] scheduler include file reorganization References: <20130207094650.76302f47@riff.lan> <20130207185608.GA25223@gmail.com> <20130207191345.GA28960@gmail.com> <20130207195257.GA29985@gmail.com> <20130207150838.02226207@riff.lan> <20130208141841.GB30334@gmail.com> <20130208085828.02e61518@riff.lan> <20130211095457.GF23932@gmail.com> Date: Wed, 13 Feb 2013 10:29:03 +0900 In-Reply-To: <20130211095457.GF23932@gmail.com> (Ingo Molnar's message of "Mon, 11 Feb 2013 10:54:58 +0100") Message-ID: <87d2w5ovc0.fsf@sejong.aot.lge.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Mon, 11 Feb 2013 10:54:58 +0100, Ingo Molnar wrote: > * Clark Williams wrote: > >> I figured that was coming. :) > > ;-) > >> I'll look at it again and see about pulling the >> autogroup/cgroup stuff into it's own header. After that it's >> probably going to require some serious changes. >> >> Any suggestions? > > I'd suggest doing it as finegrained as possible - potentially > one concept at a time. I wouldn't mind a dozen small files in > include/linux/sched/ - possibly more. What about the .c files? AFAICS the sched/core.c and sched/fair.c are rather huge and contain various concepts which might be separated to their own files. It'd be better reorganizing them too IMHO. Thanks, Namhyung