Re: [PATCH] CKRM [7/8] Resource controller for number of tasks per class

From: Gerrit Huizenga
Date: Thu Feb 24 2005 - 13:27:32 EST



On Thu, 24 Feb 2005 10:00:39 PST, Greg KH wrote:
> On Thu, Feb 24, 2005 at 01:34:38AM -0800, Gerrit Huizenga wrote:
> > +#include <linux/module.h>
> > +#include <linux/init.h>
> > +#include <linux/slab.h>
> > +#include <asm/errno.h>
> > +#include <asm/div64.h>
> > +#include <linux/list.h>
> > +#include <linux/spinlock.h>
> > +#include <linux/ckrm_rc.h>
> > +#include <linux/ckrm_tc.h>
> > +#include <linux/ckrm_tsk.h>
>
> What was that response you gave me about the fact that you fixed up the
> proper ordering of #include files...

Doh - missed that one. :(

Fixed now.

gerrit
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/