]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] UML - fix utsname build breakage
authorJeff Dike <jdike@addtoit.com>
Fri, 14 Jul 2006 19:52:23 +0000 (15:52 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 15 Jul 2006 21:42:24 +0000 (14:42 -0700)
commit1b30b774f878f9644198b4b7b5280e76b9308164
tree6334709a1ce14ca50fd8a90d94dfac97f8d68edb
parent73ce91e3aee3d544eefd6f336882b4e73adca8e8
[PATCH] UML - fix utsname build breakage

Some -mm-only material leaked into a patch destined for mainline, and I didn't
notice.

This was the replacement of system_utsname with utsname() that's required by
the uts namespace patch.  This patch reverts those changes (which are correct
in -mm) so that mainline UML builds again.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/kernel/syscall.c