From: Andrew Morton <[EMAIL PROTECTED]> (container->cgroup renaming by Paul Menage <[EMAIL PROTECTED]>)
kernel/taskstats.c: In function 'cgroupstats_user_cmd': kernel/taskstats.c:414: error: dereferencing pointer to incomplete type Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> --- kernel/taskstats.c | 1 + 1 file changed, 1 insertion(+) diff -puN kernel/taskstats.c~add-cgroupstats-v3-fix kernel/taskstats.c --- a/kernel/taskstats.c~add-cgroupstats-v3-fix +++ a/kernel/taskstats.c @@ -24,6 +24,7 @@ #include <linux/percpu.h> #include <linux/cgroupstats.h> #include <linux/cgroup.h> +#include <linux/fs.h> #include <linux/file.h> #include <net/genetlink.h> #include <asm/atomic.h> _ -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/