All of lore.kernel.org
 help / color / mirror / Atom feed
* - change-constant-zero-to-notify_done-in-ratelimit_handler.patch removed from -mm tree
@ 2007-02-11 22:55 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-11 22:55 UTC (permalink / raw)
  To: paulmck, mm-commits


The patch titled
     Change constant zero to NOTIFY_DONE in ratelimit_handler()
has been removed from the -mm tree.  Its filename was
     change-constant-zero-to-notify_done-in-ratelimit_handler.patch

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

------------------------------------------------------
Subject: Change constant zero to NOTIFY_DONE in ratelimit_handler()
From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>

Change a hard-coded constant 0 to the symbolic equivalent NOTIFY_DONE in
the ratelimit_handler() CPU notifier handler function.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/page-writeback.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN mm/page-writeback.c~change-constant-zero-to-notify_done-in-ratelimit_handler mm/page-writeback.c
--- a/mm/page-writeback.c~change-constant-zero-to-notify_done-in-ratelimit_handler
+++ a/mm/page-writeback.c
@@ -515,7 +515,7 @@ static int __cpuinit
 ratelimit_handler(struct notifier_block *self, unsigned long u, void *v)
 {
 	writeback_set_ratelimit();
-	return 0;
+	return NOTIFY_DONE;
 }
 
 static struct notifier_block __cpuinitdata ratelimit_nb = {
_

Patches currently in -mm which might be from paulmck@linux.vnet.ibm.com are

origin.patch
add-an-rcu-version-of-list-splicing.patch
git-block.patch
posix-timers-rcu-optimization-for-clock_gettime.patch
posix-timers-rcu-optimization-for-clock_gettime-fix.patch

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

only message in thread, other threads:[~2007-02-11 23:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-11 22:55 - change-constant-zero-to-notify_done-in-ratelimit_handler.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.