From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755153Ab1JKQtz (ORCPT ); Tue, 11 Oct 2011 12:49:55 -0400 Received: from shutemov.name ([188.40.19.243]:51174 "EHLO shutemov.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754955Ab1JKQtx (ORCPT ); Tue, 11 Oct 2011 12:49:53 -0400 Date: Tue, 11 Oct 2011 19:49:52 +0300 From: "Kirill A. Shutemov" To: Paul Menage , Li Zefan , Andrew Morton , Thomas Gleixner Cc: containers@lists.linux-foundation.org, jacob.jun.pan@linux.intel.com, Arjan van de Ven , linux-kernel@vger.kernel.org, Matt Helsley , linux-api@vger.kernel.org, Kay Sievers , lennart@poettering.net, harald@redhat.com, david@fubar.dk, greg@kroah.com Subject: Re: [PATCH, v10 3/3] cgroups: introduce timer slack controller Message-ID: <20111011164952.GA3377@shutemov.name> References: <1318349729-3108-1-git-send-email-kirill@shutemov.name> <1318349729-3108-4-git-send-email-kirill@shutemov.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1318349729-3108-4-git-send-email-kirill@shutemov.name> 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 Tue, Oct 11, 2011 at 07:15:29PM +0300, Kirill A. Shutemov wrote: > diff --git a/kernel/cgroup_timer_slack.c b/kernel/cgroup_timer_slack.c > new file mode 100644 > index 0000000..9824807 > --- /dev/null > +++ b/kernel/cgroup_timer_slack.c > @@ -0,0 +1,124 @@ > +/* > + * cgroup_timer_slack.c - control group timer slack subsystem > + * > + * Copyright Nokia Corparation, 2011 > + * Author: Kirill A. Shutemov > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by > + * the Free Software Foundation; either version 2 of the License, or > + * (at your option) any later version. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. > + */ > +#include > +#include Sorry, I've missed: #include -- Kirill A. Shutemov