[PATCH] lockdep: also check for freed locks in kmem_cache_free()
authorIngo Molnar <[email protected]>
Sat, 10 Feb 2007 09:44:57 +0000 (01:44 -0800)
committerLinus Torvalds <[email protected]>
Sun, 11 Feb 2007 18:51:26 +0000 (10:51 -0800)
commit898552c9d807fe59f3ecaf9c300c109358375c12
tree74b49d1c49a18518f298bc25fc0bb686bd2b2a64
parent0c12b51712ced2c0d89a8ec3d546ed810f86d33e
[PATCH] lockdep: also check for freed locks in kmem_cache_free()

kmem_cache_free() was missing the check for freeing held locks.

Signed-off-by: Ingo Molnar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/slab.c