[Devel] [PATCH 6/7] uts namespaces: remove system_utsname
Serge E. Hallyn
serue at us.ibm.com
Fri Apr 7 21:52:07 PDT 2006
The system_utsname isn't needed now that kernel/sysctl.c is fixed.
Nuke it.
Signed-off-by: Serge E. Hallyn <serue at us.ibm.com>
---
include/linux/utsname.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
56b0a8c5ec7ee4f6cb48de587aa7d83d96d1f64d
diff --git a/include/linux/utsname.h b/include/linux/utsname.h
index e6ce607..a3bfc83 100644
--- a/include/linux/utsname.h
+++ b/include/linux/utsname.h
@@ -73,7 +73,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
--
1.2.4
More information about the Devel
mailing list