[PATCH] list_del debug check
authorManfred Spraul <manfred@colorfullife.com>
Fri, 29 Sep 2006 08:59:01 +0000 (01:59 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 29 Sep 2006 16:18:05 +0000 (09:18 -0700)
commitdf89a864631f5d840f4873c4c03733b4206e78ea
treeea72861bb3348ff740f0ff1e89260eb451666a5b
parent199a9afc3dbe98c35326f1d3907ab94dae953a6e
[PATCH] list_del debug check

A list_del() debugging check.  Has been in -mm for years.  Dave moved
list_del() out-of-line in the debug case, so this is now suitable for
mainline.

Cc: Dave Jones <davej@codemonkey.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
lib/list_debug.c