[PATCH] revert slab.c locking change
authorIngo Molnar <mingo@elte.hu>
Thu, 13 Jul 2006 07:12:21 +0000 (09:12 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 13 Jul 2006 22:38:43 +0000 (15:38 -0700)
commitfc818301a8a39fedd7f0a71f878f29130c72193d
tree97db2563dab14944f0131bf6d59c712c997ae328
parent3e705f279a942471b258b1c7a9e54aa8ff36b89f
[PATCH] revert slab.c locking change

Chandra Seetharaman reported SLAB crashes caused by the slab.c lock
annotation patch.  There is only one chunk of that patch that has a
material effect on the slab logic - this patch undoes that chunk.

This was confirmed to fix the slab problem by Chandra.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Tested-by: Chandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/slab.c