From: "Serge E. Hallyn" The system_utsname isn't needed now that kernel/sysctl.c is fixed. Nuke it. Signed-off-by: Serge E. Hallyn Cc: Kirill Korotaev Cc: "Eric W. Biederman" Cc: Herbert Poetzl Cc: Andrey Savochkin Signed-off-by: Andrew Morton --- include/linux/utsname.h | 2 -- 1 files changed, 2 deletions(-) diff -puN include/linux/utsname.h~namespaces-utsname-remove-system_utsname include/linux/utsname.h --- 25/include/linux/utsname.h~namespaces-utsname-remove-system_utsname Fri May 19 11:40:15 2006 +++ 25-akpm/include/linux/utsname.h Fri May 19 11:40:15 2006 @@ -86,7 +86,5 @@ static inline struct new_utsname *init_u return &init_uts_ns.name; } -#define system_utsname init_uts_ns.name - extern struct rw_semaphore uts_sem; #endif _