[PATCH] add poison.h and patch primary users
authorRandy Dunlap <rdunlap@xenotime.net>
Tue, 27 Jun 2006 09:53:52 +0000 (02:53 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 28 Jun 2006 00:32:38 +0000 (17:32 -0700)
commitc9cf55285e87ac423c45d9efca750d3f50234d10
treed46f3e90fbb38115c25b3315f6280ad65f83a14f
parente6e5494cb23d1933735ee47cc674ffe1c4afed6f
[PATCH] add poison.h and patch primary users

Localize poison values into one header file for better documentation and
easier/quicker debugging and so that the same values won't be used for
multiple purposes.

Use these constants in core arch., mm, driver, and fs code.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Matt Mackall <mpm@selenic.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/mm/init.c
arch/powerpc/mm/init_64.c
arch/sparc64/mm/init.c
arch/x86_64/mm/init.c
drivers/base/dmapool.c
fs/jbd/journal.c
include/linux/list.h
include/linux/poison.h [new file with mode: 0644]
mm/slab.c