From: Haavard Skinnemoen The patch namespaces-add-nsproxy.patch defines nsproxy in all arches' init_task.c. This does the same for AVR32 Signed-off-by: Haavard Skinnemoen Signed-off-by: Andrew Morton --- arch/avr32/kernel/init_task.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN arch/avr32/kernel/init_task.c~namespaces-add-nsproxy-avr32-fix arch/avr32/kernel/init_task.c --- a/arch/avr32/kernel/init_task.c~namespaces-add-nsproxy-avr32-fix +++ a/arch/avr32/kernel/init_task.c @@ -10,6 +10,7 @@ #include #include #include +#include #include @@ -18,6 +19,7 @@ static struct files_struct init_files = static struct signal_struct init_signals = INIT_SIGNALS(init_signals); static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); struct mm_struct init_mm = INIT_MM(init_mm); +struct nsproxy init_nsproxy = INIT_NSPROXY(init_nsproxy); EXPORT_SYMBOL(init_mm); _