The patch titled namespaces: utsname: switch to using uts namespaces (pre git-klibc bit) has been removed from the -mm tree. Its filename is namespaces-utsname-switch-to-using-uts-namespaces-klibc-bit-2.patch This patch was dropped because it was folded into namespaces-utsname-switch-to-using-uts-namespaces.patch ------------------------------------------------------ Subject: namespaces: utsname: switch to using uts namespaces (pre git-klibc bit) From: "Serge E. Hallyn" <serue@xxxxxxxxxx> git-klibc.patch nuked fs/nfs/nfsroot.c. Save this hunk for later. Cc: Serge Hallyn <serue@xxxxxxxxxx> Cc: Kirill Korotaev <dev@xxxxxxxxxx> Cc: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx> Cc: Herbert Poetzl <herbert@xxxxxxxxxxxx> Cc: Andrey Savochkin <saw@xxxxx> Cc: "H. Peter Anvin" <hpa@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/nfs/nfsroot.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/nfs/nfsroot.c~namespaces-utsname-switch-to-using-uts-namespaces-klibc-bit-2 fs/nfs/nfsroot.c --- devel/fs/nfs/nfsroot.c~namespaces-utsname-switch-to-using-uts-namespaces-klibc-bit-2 2006-05-21 14:52:09.000000000 -0700 +++ devel-akpm/fs/nfs/nfsroot.c 2006-05-21 14:52:09.000000000 -0700 @@ -312,7 +312,7 @@ static int __init root_nfs_name(char *na /* Override them by options set on kernel command-line */ root_nfs_parse(name, buf); - cp = system_utsname.nodename; + cp = utsname()->nodename; if (strlen(buf) + strlen(cp) > NFS_MAXPATHLEN) { printk(KERN_ERR "Root-NFS: Pathname for remote directory too long.\n"); return -1; _ Patches currently in -mm which might be from serue@xxxxxxxxxx are origin.patch pids-coding-style-use-struct-pidmap.patch move-pidmap-to-pspaceh.patch define-struct-pspace.patch proc-sysctl-add-_proc_do_string-helper.patch namespaces-add-nsproxy.patch namespaces-add-nsproxy-move-init_nsproxy-into-kernel-nsproxyc.patch namespaces-incorporate-fs-namespace-into-nsproxy.patch namespaces-exit_task_namespaces-invalidates-nsproxy.patch namespaces-utsname-introduce-temporary-helpers.patch namespaces-utsname-switch-to-using-uts-namespaces.patch namespaces-utsname-switch-to-using-uts-namespaces-klibc-bit-2.patch namespaces-utsname-use-init_utsname-when-appropriate.patch namespaces-utsname-use-init_utsname-when-appropriate-klibc-bit.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 namespaces-utsname-implement-clone_newuts-flag-fix.patch uts-copy-nsproxy-only-when-needed.patch ipc-namespace-fix.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