aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSerge E. Hallyn <[email protected]>2006-10-02 02:18:16 -0700
committerLinus Torvalds <[email protected]>2006-10-02 07:57:21 -0700
commitbf47fdcda65b44dbd674eeedcaa06e0aa28a5a00 (patch)
tree3545b51ec24c6c8dba0e1645656f3df5a5fee113 /include
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 <[email protected]> Cc: Kirill Korotaev <[email protected]> Cc: "Eric W. Biederman" <[email protected]> Cc: Herbert Poetzl <[email protected]> Cc: Andrey Savochkin <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include')
-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 afa54e1542b3..99e522369f4f 100644
--- a/include/linux/utsname.h
+++ b/include/linux/utsname.h
@@ -74,7 +74,5 @@ static inline struct new_utsname *init_utsname(void)
return &init_uts_ns.name;
}
-#define system_utsname init_uts_ns.name
-
extern struct rw_semaphore uts_sem;
#endif