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

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: compile and link utsname_sysctl.o
From: Laurent Riffard <[EMAIL PROTECTED]>

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 <[EMAIL PROTECTED]>
Cc: "Eric W. Biederman" <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 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 [EMAIL PROTECTED] are

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

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to