Re: [Patch 11/21] Track the core generation requests

From: Alexey Dobriyan
Date: Tue Dec 14 2010 - 05:52:08 EST


On Tue, Dec 14, 2010 at 03:42:04PM +0530, Suzuki K. Poulose wrote:
> --- /dev/null
> +++ linux-2.6.36-rc7/fs/proc/gencore.h

> +#include <linux/sched.h>

struct task_struct; is enough.

> +struct core_proc {
> + struct list_head list;
> + struct task_struct *task;
> +};
--
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/