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 file changed, 2 deletions(-) diff -puN include/linux/utsname.h~namespaces-utsname-remove-system_utsname include/linux/utsname.h --- devel/include/linux/utsname.h~namespaces-utsname-remove-system_utsname 2006-06-09 15:22:40.000000000 -0700 +++ devel-akpm/include/linux/utsname.h 2006-06-09 15:22:40.000000000 -0700 @@ -74,7 +74,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 _