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

From: Greg KH
Date: Thu Feb 24 2005 - 13:03:40 EST


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...

I'll just stop reading now, sorry.

greg k-h
-
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/