The patch titled namespaces: utsname: remove system_utsname has been added to the -mm tree. Its filename is namespaces-utsname-remove-system_utsname.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: namespaces: utsname: remove system_utsname From: "Serge E. Hallyn" <serue@xxxxxxxxxx> The system_utsname isn't needed now that kernel/sysctl.c is fixed. Nuke it. Signed-off-by: Serge E. Hallyn <serue@xxxxxxxxxx> Cc: Kirill Korotaev <dev@xxxxxxxxxx> Cc: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx> Cc: Herbert Poetzl <herbert@xxxxxxxxxxxx> Cc: Andrey Savochkin <saw@xxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- 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 _ Patches currently in -mm which might be from serue@xxxxxxxxxx are origin.patch namespaces-add-nsproxy.patch namespaces-incorporate-fs-namespace-into-nsproxy.patch namespaces-utsname-introduce-temporary-helpers.patch namespaces-utsname-switch-to-using-uts-namespaces.patch namespaces-utsname-use-init_utsname-when-appropriate.patch namespaces-utsname-implement-utsname-namespaces.patch namespaces-utsname-sysctl-hack.patch namespaces-utsname-remove-system_utsname.patch namespaces-utsname-implement-clone_newuts-flag.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html