- namespaces-utsname-introduce-temporary-helpers.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     namespaces: utsname: introduce temporary helpers

has been removed from the -mm tree.  Its filename is

     namespaces-utsname-introduce-temporary-helpers.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: namespaces: utsname: introduce temporary helpers
From: "Serge E. Hallyn" <serue@xxxxxxxxxx>

Define utsname() and init_utsname() which return &system_utsname.  Users of
system_utsname will be changed to use these helpers, after which
system_utsname will disappear.

Signed-off-by: Serge E. Hallyn <serue@xxxxxxxxxx>
Cc: Kirill Korotaev <dev@xxxxxxxxxx>
Cc: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
Cc: Herbert Poetzl <herbert@xxxxxxxxxxxx>
Cc: Andrey Savochkin <saw@xxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 include/linux/utsname.h |   10 ++++++++++
 1 file changed, 10 insertions(+)

diff -puN include/linux/utsname.h~namespaces-utsname-introduce-temporary-helpers include/linux/utsname.h
--- a/include/linux/utsname.h~namespaces-utsname-introduce-temporary-helpers
+++ a/include/linux/utsname.h
@@ -32,5 +32,15 @@ struct new_utsname {
 
 extern struct new_utsname system_utsname;
 
+static inline struct new_utsname *utsname(void)
+{
+	return &system_utsname;
+}
+
+static inline struct new_utsname *init_utsname(void)
+{
+	return &system_utsname;
+}
+
 extern struct rw_semaphore uts_sem;
 #endif
_

Patches currently in -mm which might be from serue@xxxxxxxxxx are

origin.patch
namespaces-utsname-introduce-temporary-helpers.patch
kthread-update-arch-mips-kernel-apmc.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux