[PATCH] Change constant zero to NOTIFY_DONE in ratelimit_handler()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sat, 10 Feb 2007 09:46:37 +0000 (01:46 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 11 Feb 2007 19:18:07 +0000 (11:18 -0800)
commitaa0f030374228407bc4e3f5482eeab787ba53c8a
tree8a4274e38b710caf8dd9f4beff24a2ac2722b116
parent656dad312fb41ed95ef08325e9df9bece3aacbbb
[PATCH] Change constant zero to NOTIFY_DONE in ratelimit_handler()

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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page-writeback.c