aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/utsname.h
diff options
context:
space:
mode:
authorSerge E. Hallyn <serue@us.ibm.com>2006-10-02 05:18:16 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-02 10:57:21 -0400
commitbf47fdcda65b44dbd674eeedcaa06e0aa28a5a00 (patch)
tree3545b51ec24c6c8dba0e1645656f3df5a5fee113 /include/linux/utsname.h
parent8218c74c02a7bdb5db2e40a2100534bdeb83475b (diff)
[PATCH] namespaces: utsname: remove system_utsname
The system_utsname isn't needed now that kernel/sysctl.c is fixed. Nuke it. Signed-off-by: Serge E. Hallyn <serue@us.ibm.com> Cc: Kirill Korotaev <dev@openvz.org> Cc: "Eric W. Biederman" <ebiederm@xmission.com> Cc: Herbert Poetzl <herbert@13thfloor.at> Cc: Andrey Savochkin <saw@sw.ru> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/utsname.h')
-rw-r--r--include/linux/utsname.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/utsname.h b/include/linux/utsname.h
index afa54e1542b..99e522369f4 100644
--- a/include/linux/utsname.h
+++ b/include/linux/utsname.h
@@ -74,7 +74,5 @@ static inline struct new_utsname *init_utsname(void)
74 return &init_uts_ns.name; 74 return &init_uts_ns.name;
75} 75}
76 76
77#define system_utsname init_uts_ns.name
78
79extern struct rw_semaphore uts_sem; 77extern struct rw_semaphore uts_sem;
80#endif 78#endif