All of lore.kernel.org
 help / color / mirror / Atom feed
* [to-be-updated] sysctl-extern-cleanup-latencytop.patch removed from -mm tree
@ 2010-03-15  3:50 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2010-03-15  3:50 UTC (permalink / raw)
  To: hidave.darkstar, arjan, mm-commits


The patch titled
     sysctl extern cleanup: latencytop
has been removed from the -mm tree.  Its filename was
     sysctl-extern-cleanup-latencytop.patch

This patch was dropped because an updated version will be merged

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: sysctl extern cleanup: latencytop
From: Dave Young <hidave.darkstar@gmail.com>

Extern declarations in sysctl.c should be moved to their own header file,
and then include them in relavant .c files.

latencytop_enabled is declared in linux/latencytop.h, so remove the
declaration in sysctl.c, include the head file instead.

Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
Acked-by: Arjan van de Ven <arjan@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 kernel/sysctl.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN kernel/sysctl.c~sysctl-extern-cleanup-latencytop kernel/sysctl.c
--- a/kernel/sysctl.c~sysctl-extern-cleanup-latencytop
+++ a/kernel/sysctl.c
@@ -39,6 +39,7 @@
 #include <linux/pid.h>
 #include <linux/writeback.h>
 #include <linux/ratelimit.h>
+#include <linux/latencytop.h>
 #include <linux/hugetlb.h>
 #include <linux/initrd.h>
 #include <linux/key.h>
@@ -77,7 +78,6 @@ extern int sysctl_oom_dump_tasks;
 extern int max_threads;
 extern int sysctl_drop_caches;
 extern int percpu_pagelist_fraction;
-extern int latencytop_enabled;
 extern int sysctl_nr_open_min, sysctl_nr_open_max;
 #ifndef CONFIG_MMU
 extern int sysctl_nr_trim_pages;
_

Patches currently in -mm which might be from hidave.darkstar@gmail.com are

origin.patch
sysctl-extern-cleanup-latencytop.patch
sysctl-extern-cleanup-file-nr.patch
sysctl-extern-cleanup-block-iopoll.patch
linux-next.patch


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

only message in thread, other threads:[~2010-03-15  6:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-15  3:50 [to-be-updated] sysctl-extern-cleanup-latencytop.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.