Re: linux-next: build failure after merge of the final tree(net-next tree related)

From: David Miller
Date: Wed Nov 23 2011 - 18:47:38 EST


From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 23 Nov 2011 15:02:13 -0800

> Needs a thorough redo. Please take a look at the other cgroup
> subsystem headers. The basic pattern is
>
> #ifdef CONFIG_FOO_CGROUP
> <definitions and declarations>
> #else
> <any needed stubs go here>
> #endif
>
> And that's it.

I told Neil to put the stub in net/core/dev.c since that's the one and
only call site.
--
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/