All of lore.kernel.org
 help / color / mirror / Atom feed
* - sysctl-move-utsname-sysctls-to-their-own-file-fix.patch removed from -mm tree
@ 2007-01-30 19:38 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-01-30 19:38 UTC (permalink / raw)
  To: laurent.riffard, ebiederm, mm-commits


The patch titled
     compile and link utsname_sysctl.o
has been removed from the -mm tree.  Its filename was
     sysctl-move-utsname-sysctls-to-their-own-file-fix.patch

This patch was dropped because an updated version will be merged

------------------------------------------------------
Subject: compile and link utsname_sysctl.o
From: Laurent Riffard <laurent.riffard@free.fr>

The utsname stuff has been moved from kernel/sysctl.c to the new file
utsname_sysctl.c. Let's use it...

Signed-off-by: Laurent Riffard <laurent.riffard@free.fr>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 kernel/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

diff -puN kernel/Makefile~sysctl-move-utsname-sysctls-to-their-own-file-fix kernel/Makefile
--- a/kernel/Makefile~sysctl-move-utsname-sysctls-to-their-own-file-fix
+++ a/kernel/Makefile
@@ -8,7 +8,8 @@ obj-y     = sched.o fork.o exec_domain.o
 	    signal.o sys.o kmod.o workqueue.o pid.o \
 	    extable.o params.o posix-timers.o \
 	    kthread.o wait.o kfifo.o sys_ni.o posix-cpu-timers.o mutex.o \
-	    hrtimer.o rwsem.o latency.o nsproxy.o rcupdate.o srcu.o utsname.o
+	    hrtimer.o rwsem.o latency.o nsproxy.o rcupdate.o srcu.o utsname.o \
+	    utsname_sysctl.o
 
 obj-$(CONFIG_STACKTRACE) += stacktrace.o
 obj-y += time/
_

Patches currently in -mm which might be from laurent.riffard@free.fr are

reiser4-vs-streamline-generic_file_-interfaces-and-filemap.patch
sysctl-move-utsname-sysctls-to-their-own-file-fix.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-01-30 19:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-30 19:38 - sysctl-move-utsname-sysctls-to-their-own-file-fix.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.